From: srittau Date: Wed, 22 Aug 2001 13:29:05 +0000 (+0000) Subject: Specify paths explicitly. X-Git-Tag: netatalk-1-5-rc1~259 X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=a462959f7ef5d8d61018048644f55b8963d32719;p=netatalk.git Specify paths explicitly. --- diff --git a/distrib/debian/rules b/distrib/debian/rules index 2686efc4..a9bfdeb8 100755 --- a/distrib/debian/rules +++ b/distrib/debian/rules @@ -18,9 +18,10 @@ build: build-stamp build-stamp: dh_testdir - ./configure --with-cflags=-O2 --with-shadow \ - --enable-fhs --with-tcp-wrappers --enable-timelord \ - --with-did=last + ./configure --with-cflags=-O2 --with-shadow \ + --enable-fhs --with-tcp-wrappers --enable-timelord \ + --with-did=last --prefix=/usr --mandir=/usr/share/man \ + --sysconfdir=/etc/netatalk $(MAKE) touch build-stamp