From db3f1a26792c27c630b6fd637511baec36dc3467 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 5 Oct 2009 14:06:09 +0000 Subject: [PATCH] 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 --- gosa-core/dh-make-gosa | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2