summaryrefslogtreecommitdiff
blob: a62e1d10a147fd7e532a409e57b9f99e5ba9d2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -Nru wvdial-1.60.orig/Makefile wvdial-1.60/Makefile
--- wvdial-1.60.orig/Makefile	2007-07-20 00:22:26.000000000 +0300
+++ wvdial-1.60/Makefile	2007-08-17 23:13:42.000000000 +0300
@@ -1,5 +1,5 @@
 
-prefix=/usr/local
+prefix=${DESTDIR}/usr
 WVSTREAMS_INC=
 WVSTREAMS_LIB=
 WVSTREAMS_BIN=$(prefix)/bin
@@ -19,7 +19,7 @@
 
 BINDIR=${prefix}/bin
 MANDIR=${prefix}/share/man
-PPPDIR=/etc/ppp/peers
+PPPDIR=${DESTDIR}/etc/ppp/peers
 
 include wvrules.mk