From: opensides Date: Thu, 26 Feb 2009 13:09:55 +0000 (+0000) Subject: - Corrected make-gosa-package to enable the use of -b tags/2.6.4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f4f78671cfd25e8dadb441603522ae6ea4b03feb;p=gosa.git - Corrected make-gosa-package to enable the use of -b tags/2.6.4 git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13463 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/contrib/make-gosa-package b/gosa-core/contrib/make-gosa-package index a27642741..4061a6630 100755 --- a/gosa-core/contrib/make-gosa-package +++ b/gosa-core/contrib/make-gosa-package @@ -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