Code

Added html to the list of installed files/dirs
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Apr 2008 08:49:29 +0000 (08:49 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 14 Apr 2008 08:49:29 +0000 (08:49 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10390 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/dh-make-gosa

index b6096dbae9c2dbf38f6dcebdb275249d46dcca43..6d547936e03ae855bd2d677252705700cd00f497 100755 (executable)
@@ -158,6 +158,11 @@ echo "usr/share/gosa" > debian/dirs
 if [ -d contrib ]; then
        echo "contrib /usr/share/doc/gosa-plugin-$PL_NAME" >> debian/install
 fi
+if [ -d html ]; then
+       for i in html/*; do
+               echo "$i /usr/share/gosa/html/$PL_NAME" >> debian/install
+       done
+fi
 
 # Adapt control
 sed -i 's/^Section: unknown/Section: web/g' debian/control