[Pkg-cyrus-sasl2-commits] r564 -	/cyrus-sasl-2.1/branches/package-consolidate/debian/rules
    roberto at users.alioth.debian.org 
    roberto at users.alioth.debian.org
       
    Fri Aug 20 02:11:29 UTC 2010
    
    
  
Author: roberto
Date: Fri Aug 20 02:11:28 2010
New Revision: 564
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=564
Log:
Fix up a few more shell variables
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=564&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/rules (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/rules Fri Aug 20 02:11:28 2010
@@ -230,7 +230,7 @@
 build-arch-stamp: config.status
 	dh_testdir
 
-	(cd built-mit; \
+	(cd $(TMPBUILD_MIT); \
 	# Ugly hack: the CMU build system is broken.
 	# Certain symlinks get created too late, resulting in a
 	# build failure. We work around this by running make twice,
@@ -240,7 +240,7 @@
 	$(MAKE); \
 	cd ..)
 
-	(cd built-heimdal; \
+	(cd $(TMPBUILD_HEIMDAL); \
 	# Ugly hack: the CMU build system is broken.
 	# Certain symlinks get created too late, resulting in a
 	# build failure. We work around this by running make twice,
    
    
More information about the Pkg-cyrus-sasl2-commits
mailing list