diff options
| author | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-08 19:14:57 +0000 |
|---|---|---|
| committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-04-08 19:15:08 +0000 |
| commit | 8d02d099f54f83778a5d7b5fb2d0d16bf031cb33 (patch) | |
| tree | 31c0aaba2a724129587f2637e5ba41122815cd5b /testing/pixiewps/make-bindir.patch | |
| parent | a523d84de666c647e49a879d3b9925a99c3bd9d0 (diff) | |
| download | aports-8d02d099f54f83778a5d7b5fb2d0d16bf031cb33.tar.bz2 aports-8d02d099f54f83778a5d7b5fb2d0d16bf031cb33.tar.xz | |
testing/pixiewps: upgrade to 1.4.2
Diffstat (limited to 'testing/pixiewps/make-bindir.patch')
| -rw-r--r-- | testing/pixiewps/make-bindir.patch | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/testing/pixiewps/make-bindir.patch b/testing/pixiewps/make-bindir.patch index 8456654c28..ab8d6961a0 100644 --- a/testing/pixiewps/make-bindir.patch +++ b/testing/pixiewps/make-bindir.patch @@ -1,13 +1,12 @@ -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 +diff --git a/Makefile b/Makefile +index e42c791..25127cd 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + CFLAGS = -O3 + +-PREFIX ?= /usr/local ++PREFIX ?= /usr BINDIR = $(PREFIX)/bin --LOCDIR = $(PREFIX)/local/bin -+LOCDIR = /usr/bin + MANDIR = $(PREFIX)/share/man - all: - $(CC) $(CCFLAGS) -o $(TARGET) $(SOURCE) |
