summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 308eac7)
raw | patch | inline | side by side (parent: 308eac7)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 5 Oct 2009 14:06:09 +0000 (14:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 5 Oct 2009 14:06:09 +0000 (14:06 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14526 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/dh-make-gosa | patch | blob | history |
diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa
index 33b8e9e531abfcc66353c12c3326485105850cf9..cc614316a56d7ab1fe6aa648884de17715d2a985 100755 (executable)
--- a/gosa-core/dh-make-gosa
+++ b/gosa-core/dh-make-gosa
if [ -d contrib ]; then
echo "contrib /usr/share/doc/gosa-plugin-$PL_NAME" >> debian/install
fi
+if [ -d etc ]; then
+ echo "etc/* /etc/gosa" >> debian/install
+fi
if [ -d html ]; then
for i in html/*; do
echo "$i /usr/share/gosa/html/plugins/$PL_NAME" >> debian/install