summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fae67e8)
raw | patch | inline | side by side (parent: fae67e8)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Sep 2009 11:46:04 +0000 (11:46 +0000) | ||
committer | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 3 Sep 2009 11:46:04 +0000 (11:46 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14206 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 9663cfd475dbc969e7a37da536fef648659e6a60..33b8e9e531abfcc66353c12c3326485105850cf9 100755 (executable)
--- a/gosa-core/dh-make-gosa
+++ b/gosa-core/dh-make-gosa
PL_NAME=$(sed -n 's/"//g;s/^name\s*=\s*\(.*\)$/\1/p' "$1")
PL_VERSION=$(sed -n 's/"//g;s/^version\s*=\s*\(.*\)$/\1/p' "$1")
TDEPENDS=$(sed -n 's/"//g;s/^depends\s*=\s*\(.*\)$/\1/p' "$1")
+ TDEPENDS=$(echo $TDEPENDS | tr , " ")
for dep in $TDEPENDS; do
PL_DEPENDS="gosa-plugin-$dep, $PL_DEPENDS"
done