r7360 - packages/trunk/gmult/debian

Ansgar Burchardt ansgar-guest at alioth.debian.org
Thu Jun 12 14:59:29 UTC 2008


Author: ansgar-guest
Date: 2008-06-12 14:59:29 +0000 (Thu, 12 Jun 2008)
New Revision: 7360

Modified:
   packages/trunk/gmult/debian/rules
Log:
fix error if install is called more than once

Modified: packages/trunk/gmult/debian/rules
===================================================================
--- packages/trunk/gmult/debian/rules	2008-06-12 14:53:06 UTC (rev 7359)
+++ packages/trunk/gmult/debian/rules	2008-06-12 14:59:29 UTC (rev 7360)
@@ -31,7 +31,7 @@
 	# upstream ships an empty changelog, installing it would be useless.
 	# Removing it is the easiest way to prevent dh_installchangelog from
 	# installing it.
-	[ -s ChangeLog ] || rm ChangeLog
+	[ -s ChangeLog -o ! -f ChangeLog ] || rm ChangeLog
 
 	dh install
 




More information about the Pkg-games-commits mailing list