From e8603102422b6e0be62d51fabaeec2bc1acc19fc Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Mon, 14 Nov 2016 09:28:08 +0000 Subject: testing/pixiewps: new aport --- testing/pixiewps/make-bindir.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testing/pixiewps/make-bindir.patch (limited to 'testing/pixiewps/make-bindir.patch') 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) -- cgit v1.2.3