diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-14 09:28:08 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-11-14 09:28:08 +0000 |
commit | e8603102422b6e0be62d51fabaeec2bc1acc19fc (patch) | |
tree | f03c2c323c66d0b7a401cd80324f9184e7ba2d6e /testing/pixiewps/make-bindir.patch | |
parent | 67810b60f17a3b25646de9d119eae385756e0e69 (diff) | |
download | aports-e8603102422b6e0be62d51fabaeec2bc1acc19fc.tar.bz2 aports-e8603102422b6e0be62d51fabaeec2bc1acc19fc.tar.xz |
testing/pixiewps: new aport
Diffstat (limited to 'testing/pixiewps/make-bindir.patch')
-rw-r--r-- | testing/pixiewps/make-bindir.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/pixiewps/make-bindir.patch b/testing/pixiewps/make-bindir.patch new file mode 100644 index 0000000000..8456654c28 --- /dev/null +++ b/testing/pixiewps/make-bindir.patch @@ -0,0 +1,13 @@ +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) |