[maemo-commits] [maemo-commits] r18996 - in projects/haf/tags/ke-recv/3.19-2: debian src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jul 28 10:10:39 EEST 2009
Author: risun
Date: 2009-07-28 10:10:33 +0300 (Tue, 28 Jul 2009)
New Revision: 18996

Modified:
   projects/haf/tags/ke-recv/3.19-2/debian/changelog
   projects/haf/tags/ke-recv/3.19-2/src/osso-mmc-mount.sh
Log:
only touch camera safe folder

Modified: projects/haf/tags/ke-recv/3.19-2/debian/changelog
===================================================================
--- projects/haf/tags/ke-recv/3.19-2/debian/changelog	2009-07-27 16:04:13 UTC (rev 18995)
+++ projects/haf/tags/ke-recv/3.19-2/debian/changelog	2009-07-28 07:10:33 UTC (rev 18996)
@@ -1,6 +1,6 @@
 ke-recv (3.19-2) unstable; urgency=low
 
-  * Update: safefolder updates
+  * Update: camera safefolder updated
 
  -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon, 27 Jul 2009 14:20:03 +0300
 

Modified: projects/haf/tags/ke-recv/3.19-2/src/osso-mmc-mount.sh
===================================================================
--- projects/haf/tags/ke-recv/3.19-2/src/osso-mmc-mount.sh	2009-07-27 16:04:13 UTC (rev 18995)
+++ projects/haf/tags/ke-recv/3.19-2/src/osso-mmc-mount.sh	2009-07-28 07:10:33 UTC (rev 18996)
@@ -74,7 +74,7 @@
 if [ $RC = 0 ]; then
   # create some special directories for user's partition
   if [ "x$MP" = "x/home/user/MyDocs" -a -w $MP ]; then
-    for d in sounds videos documents images camera; do
+    for d in .sounds .videos .documents .images DCIM; do
       mkdir -p $MP/$d
     done
   elif [ "x$MP" = "x/home/user/MyDocs" ]; then

More information about the maemo-commits mailing list