net-dialup/wvdial/files/wvdial-1.60-glibc-2.10.1.patch: fix patch
[otih-overlay.git] / net-dialup / wvdial / files / wvdial-1.60-destdir.patch
bloba62e1d10a147fd7e532a409e57b9f99e5ba9d2e9
1 diff -Nru wvdial-1.60.orig/Makefile wvdial-1.60/Makefile
2 --- wvdial-1.60.orig/Makefile 2007-07-20 00:22:26.000000000 +0300
3 +++ wvdial-1.60/Makefile 2007-08-17 23:13:42.000000000 +0300
4 @@ -1,5 +1,5 @@
6 -prefix=/usr/local
7 +prefix=${DESTDIR}/usr
8 WVSTREAMS_INC=
9 WVSTREAMS_LIB=
10 WVSTREAMS_BIN=$(prefix)/bin
11 @@ -19,7 +19,7 @@
13 BINDIR=${prefix}/bin
14 MANDIR=${prefix}/share/man
15 -PPPDIR=/etc/ppp/peers
16 +PPPDIR=${DESTDIR}/etc/ppp/peers
18 include wvrules.mk