summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c162da8)
raw | patch | inline | side by side (parent: c162da8)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 May 2008 17:08:24 +0000 (17:08 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 May 2008 17:08:24 +0000 (17:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11009 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 ded67ec9064372c384043457e810d425fee98a32..cd04c55d9fb7d2c8bdc8eea85137ececd558f261 100755 (executable)
--- a/gosa-core/dh-make-gosa
+++ b/gosa-core/dh-make-gosa
echo "Apdapting debian descriptive files..."
# Generate install file
-for dir in admin personal addons; do
+for dir in admin personal addons gofax gofon generic; do
[ -d $dir ] && echo -e "$dir\t\t\t/usr/share/gosa/plugins" >> debian/install
done
for dir in help/*; do