summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7a5ac8)
raw | patch | inline | side by side (parent: e7a5ac8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 14 Apr 2008 08:49:29 +0000 (08:49 +0000) | ||
committer | cajus <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 | patch | blob | history |
diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa
index b6096dbae9c2dbf38f6dcebdb275249d46dcca43..6d547936e03ae855bd2d677252705700cd00f497 100755 (executable)
--- a/gosa-core/dh-make-gosa
+++ b/gosa-core/dh-make-gosa
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