[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.9.5.9+git20110512-1-3-g87eb965

Rico Rommel rico at bierrommel.de
Sun Oct 16 10:38:08 UTC 2011


The following commit has been merged in the debian branch:
commit 87eb965653a6ace2baf9ad6773d9b643dbeb7c09
Author: Rico Rommel <rico at bierrommel.de>
Date:   Sun Oct 16 12:37:45 2011 +0200

    fix permissions on config files

diff --git a/debian/rules b/debian/rules
index ec9a78e..814173b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,8 @@
 
 override_dh_install:
 	dh_install
-	install etc/freesmartphone/oevents/om-gta01/rules.yaml debian/fso-frameworkd-gta01/etc/freesmartphone/oevents
-	install etc/freesmartphone/oevents/om-gta02/rules.yaml debian/fso-frameworkd-gta02/etc/freesmartphone/oevents
+	install -m 644 etc/freesmartphone/oevents/om-gta01/rules.yaml debian/fso-frameworkd-gta01/etc/freesmartphone/oevents
+	install -m 644 etc/freesmartphone/oevents/om-gta02/rules.yaml debian/fso-frameworkd-gta02/etc/freesmartphone/oevents
 
 
 

-- 
FSO frameworkd Debian packaging



More information about the pkg-fso-commits mailing list