Fix cud script and permissions (fixes NB#87748)
authorJose Dapena Paz <jdapena@igalia.com>
Wed, 28 Jan 2009 11:21:57 +0000 (11:21 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Wed, 28 Jan 2009 11:21:57 +0000 (11:21 +0000)
pmo-trunk-r7328

src/hildon2/Makefile.am
src/hildon2/modest-clean.sh [changed mode: 0644->0755]

index baffdb8..858af01 100644 (file)
@@ -129,7 +129,7 @@ ui_DATA = $(UI_FILES)
 serviceentry_DATA   = com.nokia.modest.service
 desktopentry_DATA   = modest.desktop
 backupsettings_DATA = modest.conf
-ossocudscripts_DATA = modest-clean.sh
+ossocudscripts_SCRIPTS = modest-clean.sh
 
 # mcc_mapping may be provided by the operator-wizard-settings package:
 # the one here is a copy, as that package is not available in chinook
@@ -147,6 +147,6 @@ EXTRA_DIST=\
        $(serviceentry_DATA) \
        $(desktopentry_DATA) \
        $(backupsettings_DATA) \
-       $(ossocudscripts_DATA) \
+       $(ossocudscripts_SCRIPTS) \
        $(MMC_MAPPING_FILE)    \
        $(PROVIDER_DATA_FILE)
old mode 100644 (file)
new mode 100755 (executable)
index 305650f..09a022d
@@ -2,4 +2,4 @@
 
 rm -rf /home/user/.modest
 
-return 0
+exit 0