From: cajus Date: Mon, 5 Oct 2009 14:06:09 +0000 (+0000) Subject: Updated dh-make-gosa to install etc files, too X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=db3f1a26792c27c630b6fd637511baec36dc3467;p=gosa.git Updated dh-make-gosa to install etc files, too git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14526 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index 33b8e9e53..cc614316a 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -210,6 +210,9 @@ echo "usr/share/gosa" > debian/dirs 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