From: cajus Date: Tue, 3 Jun 2008 07:39:16 +0000 (+0000) Subject: Fixed insertion of "Depends" X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8843e717af4b6ed9ae7c244e59df47c826500bae;p=gosa.git Fixed insertion of "Depends" git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@11160 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index daca24400..234580c08 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -186,7 +186,7 @@ sed -i '/^Upstream/,/^$/d' debian/copyright sed -i 's/^Section: unknown/Section: web/g' debian/control sed -i 's/^Architecture: any/Architecture: all/g' debian/control if [ "$PL_DEPENDS" ]; then - sed -i 's/^Depends: .*$/Depends: gosa, $PL_DEPENDS/g' debian/control + sed -i "s/^Depends: .*$/Depends: gosa, $PL_DEPENDS/g" debian/control else sed -i 's/^Depends: .*$/Depends: gosa/g' debian/control fi