From 353ab3b2028088df903a6925cd52774b5da29042 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 14 Apr 2008 08:49:29 +0000 Subject: [PATCH] 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 --- gosa-core/dh-make-gosa | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.30.2