From: Jose Dapena Paz Date: Wed, 28 Jan 2009 11:21:57 +0000 (+0000) Subject: Fix cud script and permissions (fixes NB#87748) X-Git-Tag: git_migration_finished~700 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=e453a18838d87c0a5fafef9c83e0b656da47b6ce Fix cud script and permissions (fixes NB#87748) pmo-trunk-r7328 --- diff --git a/src/hildon2/Makefile.am b/src/hildon2/Makefile.am index baffdb8..858af01 100644 --- a/src/hildon2/Makefile.am +++ b/src/hildon2/Makefile.am @@ -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) diff --git a/src/hildon2/modest-clean.sh b/src/hildon2/modest-clean.sh old mode 100644 new mode 100755 index 305650f..09a022d --- a/src/hildon2/modest-clean.sh +++ b/src/hildon2/modest-clean.sh @@ -2,4 +2,4 @@ rm -rf /home/user/.modest -return 0 +exit 0