summaryrefslogtreecommitdiff
blob: 2863d19fffaf354f809d0a865f90a0f49ca734c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff -Nur wvdial-1.56.orig/Makefile wvdial-1.56/Makefile
--- wvdial-1.56.orig/Makefile	2005-12-03 00:54:13.000000000 +0200
+++ wvdial-1.56/Makefile	2006-02-03 22:21:11.402271250 +0200
@@ -1,7 +1,7 @@
 ifeq ($(TOPDIR),)
  TOPDIR=.
 
- prefix=/usr/local
+ prefix=${DESTDIR}/usr
  WVSTREAMS_INC=
  WVSTREAMS_LIB=
  WVSTREAMS_BIN=$(prefix)/bin
@@ -24,7 +24,7 @@
 
 BINDIR=${prefix}/bin
 MANDIR=${prefix}/share/man
-PPPDIR=/etc/ppp/peers
+PPPDIR=${DESTDIR}/etc/ppp/peers
 
 include $(TOPDIR)/wvrules.mk