]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 14:15:18 +0000 (14:15 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 14:15:18 +0000 (14:15 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@598 04377dda-e619-0410-9926-eae83683ac58

trunk/lib/common.sh

index b7c1a2e8612779192d96cb4105e0befd61ea9ad7..e34ce8eeda88bcf759d7523e6d2324a66005f6f0 100644 (file)
@@ -954,8 +954,7 @@ function gen_meta {
   echo "" >> $LOCATION/$METAFILE
   echo "Created metafile for `basename $1`"
 
-  cd `dirname $1`
-  svn_add `basename $1 .tgz`.meta
+  ( cd `dirname $1` && svn_add `basename $1 .tgz`.meta )
 
 }