Code

Updated dh-make-gosa to install etc files, too
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 5 Oct 2009 14:06:09 +0000 (14:06 +0000)
committercajus <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

index 33b8e9e531abfcc66353c12c3326485105850cf9..cc614316a56d7ab1fe6aa648884de17715d2a985 100755 (executable)
@@ -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