1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/pixiewps/make-bindir.patch
2016-11-14 09:28:08 +00:00

13 lines
370 B
Diff

diff --git a/src/Makefile b/src/Makefile
index c800ed4..e2f1233 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@ CRYPTO = crypto/sha256.c crypto/md.c crypto/md_wrap.c
SOURCE = $(TARGET).c random_r.c $(CRYPTO)
PREFIX = $(DESTDIR)/usr
BINDIR = $(PREFIX)/bin
-LOCDIR = $(PREFIX)/local/bin
+LOCDIR = /usr/bin
all:
$(CC) $(CCFLAGS) -o $(TARGET) $(SOURCE)