[Pkg-sql-ledger-commit] r349 - ledger-smb/trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sat Dec 24 03:35:03 UTC 2011


Author: jame-guest
Date: 2011-12-24 03:35:03 +0000 (Sat, 24 Dec 2011)
New Revision: 349

Modified:
   ledger-smb/trunk/debian/rules
Log:
Correct name of Makefile being tested for.

Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2011-12-24 03:30:47 UTC (rev 348)
+++ ledger-smb/trunk/debian/rules	2011-12-24 03:35:03 UTC (rev 349)
@@ -33,7 +33,7 @@
 	# Add here commands to clean up after the build process.
 	rm -f ledgersmb-httpd.conf
 	rm -f ledgersmb.conf
-	if test -e makefile; then $(MAKE) distclean; fi
+	if test -e Makefile; then $(MAKE) distclean; fi
 
 	dh_clean 
 




More information about the Pkg-sql-ledger-commit mailing list