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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Jul 27 14:23:12 EEST 2009
Author: risun
Date: 2009-07-27 14:23:11 +0300 (Mon, 27 Jul 2009)
New Revision: 18984

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:
update safe folder creatation

Modified: projects/haf/tags/ke-recv/3.19-2/debian/changelog
===================================================================
--- projects/haf/tags/ke-recv/3.19-2/debian/changelog	2009-07-27 11:20:07 UTC (rev 18983)
+++ projects/haf/tags/ke-recv/3.19-2/debian/changelog	2009-07-27 11:23:11 UTC (rev 18984)
@@ -1,3 +1,9 @@
+ke-recv (3.19-2) unstable; urgency=low
+
+  * Update: safefolder updates
+
+ -- Kimmo Hämäläinen <kimmo.hamalainen at nokia.com>  Mon, 27 Jul 2009 14:20:03 +0300
+
 ke-recv (3.19-2fixes) unstable; urgency=low
 
   * Fixes: NB#127339 - AppCert-ke-recv doesn't export card if the partition

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 11:20:07 UTC (rev 18983)
+++ projects/haf/tags/ke-recv/3.19-2/src/osso-mmc-mount.sh	2009-07-27 11:23:11 UTC (rev 18984)
@@ -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 camera; do
       mkdir -p $MP/$d
     done
   elif [ "x$MP" = "x/home/user/MyDocs" ]; then

More information about the maemo-commits mailing list