r9639 - in packages/trunk/primrose/debian: . patches

Paul Wise pabs at alioth.debian.org
Mon Apr 20 09:29:46 UTC 2009


Author: pabs
Date: 2009-04-20 09:29:46 +0000 (Mon, 20 Apr 2009)
New Revision: 9639

Modified:
   packages/trunk/primrose/debian/changelog
   packages/trunk/primrose/debian/patches/paths.patch
Log:
Fix default permissions in the settings patch

Modified: packages/trunk/primrose/debian/changelog
===================================================================
--- packages/trunk/primrose/debian/changelog	2009-04-19 21:29:29 UTC (rev 9638)
+++ packages/trunk/primrose/debian/changelog	2009-04-20 09:29:46 UTC (rev 9639)
@@ -1,3 +1,9 @@
+primrose (5+dfsg1-2) UNRELEASED; urgency=low
+
+  * Fix default permissions in the settings patch
+
+ -- Paul Wise <pabs at debian.org>  Mon, 20 Apr 2009 17:27:55 +0800
+
 primrose (5+dfsg1-1) unstable; urgency=low
 
   [ Paul Wise ]

Modified: packages/trunk/primrose/debian/patches/paths.patch
===================================================================
--- packages/trunk/primrose/debian/patches/paths.patch	2009-04-19 21:29:29 UTC (rev 9638)
+++ packages/trunk/primrose/debian/patches/paths.patch	2009-04-20 09:29:46 UTC (rev 9639)
@@ -39,7 +39,7 @@
 +        strcpy( dir, home );
 +        if( dir[len-1] == '/') strcpy( dir + len - 1, SETTINGS );
 +        else strcpy( dir + len, SETTINGS );
-+        mkdir( dir, 0xFFFF );
++        mkdir( dir, 0777 );
 +        SettingsManager::setDirectoryName( dir );
 +    }
 +




More information about the Pkg-games-commits mailing list