Code

- Corrected make-gosa-package to enable the use of -b tags/2.6.4
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 26 Feb 2009 13:09:55 +0000 (13:09 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 26 Feb 2009 13:09:55 +0000 (13:09 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13463 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/contrib/make-gosa-package

index a276427410df61226565e5e8533dc5031ed4fce5..4061a6630ae83ca07aa2cbe977671be5eeba7883 100755 (executable)
@@ -116,7 +116,7 @@ fi
 GOSA_DIR="gosa-${GOSA_VER}"
 GOSA_SI_DIR="gosa-si-${GOSA_VER}"
 
-if [ -d "gosa-${GOSA_VER}" ]
+if [ "$BNAME" != "$GOSA_VER" ]
 then
        rm -rf "gosa-${GOSA_VER}"
 fi