From: cajus Date: Wed, 7 May 2008 13:18:34 +0000 (+0000) Subject: Added ADD_VERSION X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a15f138127f6341fd31137edaecdc1a5e822130f;p=gosa.git Added ADD_VERSION git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10824 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index b4cadb0a7..203ca26f1 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -75,7 +75,7 @@ if [ -d "$file" ]; then load_dsc $file/plugin.dsc # Setup build environment - BUILD_PATH=${DEST}gosa-plugin-${PL_NAME}-${PL_VERSION} + BUILD_PATH=${DEST}gosa-plugin-${PL_NAME}-${PL_VERSION}${ADD_VERSION} if [ -d "$BUILD_PATH" ]; then echo "Error: build path $BUILD_PATH already exists" >&2 exit 2