Code

Reenabled copy & paste for ACLroles.
[gosa.git] / 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