diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-02-25 07:10:11 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-02-25 07:10:11 +0000 |
commit | a0c8e8c95b90afd39dcf286ec08affac2af7f756 (patch) | |
tree | b35324a901ab2af1162573d93f988941d19bdd4a /net-dialup/wvdial/files/wvdial-1.56-destdir.patch | |
parent | make media-video/xine-ui:vdr description not suck (diff) | |
download | historical-a0c8e8c95b90afd39dcf286ec08affac2af7f756.tar.gz historical-a0c8e8c95b90afd39dcf286ec08affac2af7f756.tar.bz2 historical-a0c8e8c95b90afd39dcf286ec08affac2af7f756.zip |
Version bump that fixes inability of wvdialconf to create or modify the configuration file (#122441).
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-dialup/wvdial/files/wvdial-1.56-destdir.patch')
-rw-r--r-- | net-dialup/wvdial/files/wvdial-1.56-destdir.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-dialup/wvdial/files/wvdial-1.56-destdir.patch b/net-dialup/wvdial/files/wvdial-1.56-destdir.patch new file mode 100644 index 000000000000..2863d19fffaf --- /dev/null +++ b/net-dialup/wvdial/files/wvdial-1.56-destdir.patch @@ -0,0 +1,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 + |