From b93c7fe0a6fcde1c3477351471e24cdfc5b5c9c1 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 4 Apr 2007 15:19:49 +0000 Subject: templatepkg: smal fix on --delete git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@229 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/templatepkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src') 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 -- cgit v1.2.3