Code

Added missing icon
[gosa.git] / gosa-core / dh-make-gosa
index b4cadb0a776d636f1258f3e2a836f0872a9ed000..203ca26f109d5c7947e9d4977091a0818bdfa53f 100755 (executable)
@@ -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