summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2006-02-10 23:56:22 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2006-02-10 23:56:22 +0000
commitc56eff1dbfda0ecf50f3d5609df099bfb00879e6 (patch)
tree71a585346bf151165edb9be114195a1da5820d34
parent1d498935d17f48081d22ce06b636fac750875c1c (diff)
* remove unneeded make install because we now use dh_install
git-svn-id: file:///home/lennart/svn/public/mod_dnssd/trunk@45 634eccf8-0006-0410-930e-e16565b0b7de
-rwxr-xr-xdebian/rules7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/rules b/debian/rules
index 4bc70c0..175502b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,13 +52,6 @@ install: build
dh_testroot
dh_clean -k
dh_installdirs
-
- # Install into debian/libapache2-mod-dnssd.
- # We need APXS = /bin/true, otherwise mod_dnssd will install everything
- # in /usr instead of debian/libapache2-mod-dnssd.
- $(MAKE) install \
- DESTDIR=$(CURDIR)/debian/libapache2-mod-dnssd \
- APXS=/bin/true
dh_install src/.libs/mod_dnssd.so `apxs2 -q LIBEXECDIR`
# Build architecture-independent files here.