From: rhatto Date: Wed, 4 Apr 2007 15:19:49 +0000 (+0000) Subject: templatepkg: smal fix on --delete X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b93c7fe0a6fcde1c3477351471e24cdfc5b5c9c1;p=simplepkg.git templatepkg: smal fix on --delete git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@229 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg index b1a7611..1bf3a99 100755 --- a/trunk/src/templatepkg +++ b/trunk/src/templatepkg @@ -401,7 +401,7 @@ elif [ "$1" == "-d" ] || [ "$1" == "--delete" ]; then else if [ -a "$TEMPLATE_BASE.d/$3" ]; then - if use_svn; then + if use_svn && [ -d "$TEMPLATE_BASE.d/.svn" ]; then cd $TEMPLATE_BASE.d svn del --force ./$3 || rm -rf ./$3 echo $BASENAME: please run jail-commit to del $3 in the svn repository