[Pkg-irc-commits] r91 - /packages/conspire/trunk/debian/rules

dblaber-guest at users.alioth.debian.org dblaber-guest at users.alioth.debian.org
Thu Jan 10 03:25:54 UTC 2008


Author: dblaber-guest
Date: Thu Jan 10 03:25:54 2008
New Revision: 91

URL: http://svn.debian.org/wsvn/pkg-irc/?sc=1&rev=91
Log:
Use DESTDIR in rules file

Modified:
    packages/conspire/trunk/debian/rules

Modified: packages/conspire/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-irc/packages/conspire/trunk/debian/rules?rev=91&op=diff
==============================================================================
--- packages/conspire/trunk/debian/rules (original)
+++ packages/conspire/trunk/debian/rules Thu Jan 10 03:25:54 2008
@@ -69,7 +69,7 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp
-	$(MAKE) prefix=$(CURDIR)/debian/tmp/usr install
+	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp/usr install
 
 
 # Build architecture-independent files here.




More information about the Pkg-irc-commits mailing list