From: cajus Date: Mon, 14 Apr 2008 15:50:49 +0000 (+0000) Subject: Remove .svn files X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5440349985f30f7736884dba1fa8f16fa058f153;p=gosa.git Remove .svn files git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10440 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/dh-make-gosa b/gosa-core/dh-make-gosa index fe36fe41b..05309ec41 100755 --- a/gosa-core/dh-make-gosa +++ b/gosa-core/dh-make-gosa @@ -130,6 +130,8 @@ pushd . &> /dev/null cd "$BUILD_PATH" +find -name '.svn' -type d -exec rm -rf {} \; + # Use gosa-plugin skelleton echo "Calling dh_make..." echo | dh_make -e "$PL_MAIL" -c gpl -s -n -f gosa-plugin-${PL_NAME}-${PL_VERSION}.tar.gz &> /dev/null