Code

Fixed si error handling
[gosa.git] / gosa-core / dh-make-gosa
index 4b85a9e53abac944c73c17cd4a7db3f1863cd1fa..b4cadb0a776d636f1258f3e2a836f0872a9ed000 100755 (executable)
@@ -142,10 +142,10 @@ echo "Apdapting debian descriptive files..."
 
 # Generate install file
 for dir in admin personal addons; do
-       [ -d $dir ] && echo -e "$dir\t\t\t/usr/share/gosa/plugins" > debian/install
+       [ -d $dir ] && echo -e "$dir\t\t\t/usr/share/gosa/plugins" >> debian/install
 done
 for dir in help/*; do
-       echo -e "$dir\t\t\t/usr/share/gosa/plugins/$PL_NAME" >> debian/install
+       echo -e "$dir\t\t\t/usr/share/gosa/doc/plugins/$PL_NAME" >> debian/install
 done
 for dir in $(ls -1 locale | grep -v "^en$" | grep -v "^messages.po$"); do
        echo -e "locale/$dir\t\t\t/usr/share/gosa/locale/plugins/$PL_NAME" >> debian/install