--- a/debian/rules Fri Sep 16 23:23:59 2011 +0200
+++ b/debian/rules Mon Sep 19 15:28:12 2011 +0200
@@ -22,12 +22,14 @@
test -f Trustcenter_CA_LB.pem || cp -av Test_Trustcenter_CA_LB.pem Trustcenter_CA_LB.pem; \
test -f Trustcenter_CA.pem || cp -av Test_Trustcenter_CA.pem Trustcenter_CA.pem; \
}
+ # moving logs and data to var/
mv ${core}/usr/share/littlebird-tc/TrustCenter/data/logs ${core}/var/log/littlebird-tc
mv ${core}/usr/share/littlebird-tc/TrustCenter/data/* ${core}/var/lib/littlebird-tc/
- find ${core} ${common} ${sql} -type f -exec chmod a-x {} +
- find ${core} ${common} ${sql} -type f \
- \( -name '*.sh' -o -path '*/scripts/*' \) \
- -exec ${SHELL} -c 'file {} | grep -q executable' \; -exec chmod +x {} \;
+
+# find ${core} ${common} ${sql} -type f -exec chmod a-x {} +
+# find ${core} ${common} ${sql} -type f \
+# \( -name '*.sh' -o -path '*/scripts/*' \) \
+# -exec ${SHELL} -c 'file {} | grep -q executable' \; -exec chmod +x {} \;
override_dh_link:
@dh_link