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

Sebastian Reichel sre at ring0.de
Wed Mar 28 02:51:09 UTC 2012


The following commit has been merged in the debian branch:
commit 7a9c4abfb8ce08070a5e072194a86d0763d7705e
Author: Sebastian Reichel <sre at ring0.de>
Date:   Sat Mar 10 10:18:46 2012 +0100

    try to fix directory creation

diff --git a/debian/fso-frameworkd-gta01.dirs b/debian/fso-frameworkd-gta01.dirs
deleted file mode 100644
index f66c4f1..0000000
--- a/debian/fso-frameworkd-gta01.dirs
+++ /dev/null
@@ -1 +0,0 @@
-/etc/freesmartphone/oevents
\ No newline at end of file
diff --git a/debian/fso-frameworkd-gta02.dirs b/debian/fso-frameworkd-gta02.dirs
deleted file mode 100644
index f66c4f1..0000000
--- a/debian/fso-frameworkd-gta02.dirs
+++ /dev/null
@@ -1 +0,0 @@
-/etc/freesmartphone/oevents
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 814173b..ac41aa8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,7 @@
 
 override_dh_install:
 	dh_install
+	mkdir -p debian/fso-frameworkd-gta01/etc/freesmartphone/oevents
 	install -m 644 etc/freesmartphone/oevents/om-gta01/rules.yaml debian/fso-frameworkd-gta01/etc/freesmartphone/oevents
+	mkdir -p debian/fso-frameworkd-gta02/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