[Pkg-cyrus-sasl2-commits] r588 - /cyrus-sasl-2.1/branches/package-consolidate/debian/rules

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Sun Aug 22 00:16:19 UTC 2010


Author: roberto
Date: Sun Aug 22 00:16:13 2010
New Revision: 588

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=588
Log:
clean up debian/rules

Modified:
    cyrus-sasl-2.1/branches/package-consolidate/debian/rules

Modified: cyrus-sasl-2.1/branches/package-consolidate/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/package-consolidate/debian/rules?rev=588&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/rules (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/rules Sun Aug 22 00:16:13 2010
@@ -276,8 +276,8 @@
 	dh_testroot
 	dh_clean -k 
 
-	(cd built-mit; $(MAKE) install DESTDIR=$(TMPPKG_MIT))
-	(cd built-heimdal; $(MAKE) install DESTDIR=$(TMPPKG_HEIMDAL))
+	(cd $(TMPBUILD_MIT); $(MAKE) install DESTDIR=$(TMPPKG_MIT))
+	(cd $(TMPBUILD_HEIMDAL); $(MAKE) install DESTDIR=$(TMPPKG_HEIMDAL))
 
 	# Alter the default location and names of files to fit Debian
 	# policy and better integrate with the Debian system.




More information about the Pkg-cyrus-sasl2-commits mailing list