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

roberto at users.alioth.debian.org roberto at users.alioth.debian.org
Fri Aug 20 01:49:24 UTC 2010


Author: roberto
Date: Fri Aug 20 01:49:23 2010
New Revision: 562

URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=562
Log:
Another small oversight (the config.status file is now located in a specific build directory)

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=562&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/rules (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/rules Fri Aug 20 01:49:23 2010
@@ -217,7 +217,7 @@
 	# Record the build-time settings for later reference
 	echo 'To build this package, configure was called as follows:' \
 		> debian/README.configure-options
-	grep with\ options config.status | sed -e \
+	grep with\ options $(TMPPKG_MIT)/config.status | sed -e \
 		's/^.*options \\"/configure /;s/\\"$///' \
 		>> debian/README.configure-options
 




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