From: cajus Date: Mon, 14 Apr 2008 08:49:29 +0000 (+0000) Subject: Added html to the list of installed files/dirs X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=353ab3b2028088df903a6925cd52774b5da29042;p=gosa.git Added html to the list of installed files/dirs git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10390 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index b6096dbae..6d547936e 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -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