[SVN] r542 - /branches/sarge-2.2.13/debian/rules

debian at incase.de debian at incase.de
Tue Aug 8 16:02:06 UTC 2006


Author: sven
Date: Tue Aug  8 18:02:04 2006
New Revision: 542

URL: https://mail.incase.de/viewcvs?rev=542&root=cyrus22&view=rev
Log:
Fix syntax problem in debian/rules

Modified:
    branches/sarge-2.2.13/debian/rules

Modified: branches/sarge-2.2.13/debian/rules
URL: https://mail.incase.de/viewcvs/branches/sarge-2.2.13/debian/rules?rev=542&root=cyrus22&r1=541&r2=542&view=diff
==============================================================================
--- branches/sarge-2.2.13/debian/rules (original)
+++ branches/sarge-2.2.13/debian/rules Tue Aug  8 18:02:04 2006
@@ -109,7 +109,7 @@
 	echo 'To build this package, configure was called as follows:' \
 		> debian/README.configure-options
 	grep with\ options config.status \
-	| sed -e 's/^.*options \\"/configure /;s/\\"\$///' \
+	| sed -e 's/^.*options \\"/configure /;s/\\"$///' \
 		>> debian/README.configure-options
 	sed -i 's/ -lsensors//' master/Makefile
 	touch configure-stamp



More information about the Pkg-Cyrus-imapd-Debian-devel mailing list