Author: sargentd-guest
Date: 2008-10-14 11:01:21 +0000 (Tue, 14 Oct 2008)
New Revision: 8263

Modified:
   packages/trunk/sabre/debian/sabre.postinst
Log:
grr, I hate dpkg-statoverride


Modified: packages/trunk/sabre/debian/sabre.postinst
===================================================================
--- packages/trunk/sabre/debian/sabre.postinst  2008-10-13 22:03:20 UTC (rev 
8262)
+++ packages/trunk/sabre/debian/sabre.postinst  2008-10-14 11:01:21 UTC (rev 
8263)
@@ -5,7 +5,7 @@
 case "$1" in
   configure)
     if [ -z "$2" ]; then
-      dpkg-statoverride --add root root 1755 /usr/games/sabre
+      dpkg-statoverride --update --add root root 1755 /usr/games/sabre
     else
       if dpkg --compare-versions "$2" le-nl 0.2.4b-24; then
         if [ "$(dpkg-statoverride --list /usr/games/sabre)" = "root root 2755 
/usr/games/sabre" ]; then


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

Reply via email to