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
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to