summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-12-23 01:39:54 +0000
committerPaul Mackerras <paulus@samba.org>1999-12-23 01:39:54 +0000
commita498b9c66c6daaa18a3d3d5a39a2cd18ba500289 (patch)
treec7b3befba9d4bf2c3d685f4a0c466ed377015ca4 /linux
parenta2f1729016338de3547ebcfbf64dd67c972dab2f (diff)
update from debian maintainer
Diffstat (limited to 'linux')
-rw-r--r--linux/Makefile.top8
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/Makefile.top b/linux/Makefile.top
index 1ebb858..616eb98 100644
--- a/linux/Makefile.top
+++ b/linux/Makefile.top
@@ -1,12 +1,12 @@
# PPP top-level Makefile for Linux.
-BINDIR = /usr/sbin
-MANDIR = /usr/man
-ETCDIR = /etc/ppp
+BINDIR = $(DESTDIR)/usr/sbin
+MANDIR = $(DESTDIR)/usr/man
+ETCDIR = $(DESTDIR)/etc/ppp
# uid 0 = root
-INSTALL= install -o 0 -g daemon
+INSTALL= install
all:
cd chat; $(MAKE) $(MFLAGS) all