diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 20:36:45 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-27 20:36:45 +0000 |
commit | 66ade94289ea598027cafea77b938735edd7ec43 (patch) | |
tree | 7ec2014d14ddce924ca893dda922ca76b47285be /trunk/lib | |
parent | 1cd32aa1ac41306594bb7709356f2c57dbf8bdc9 (diff) | |
download | simplepkg-66ade94289ea598027cafea77b938735edd7ec43.tar.gz simplepkg-66ade94289ea598027cafea77b938735edd7ec43.tar.bz2 |
minor fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@555 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r-- | trunk/lib/common.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 5538668..5b69772 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -813,8 +813,6 @@ function gen_meta { if [ ! -f $1 ]; then return 1 - else - echo "Creating metafile for $1" fi if [ "`echo $1|grep -E '(.*{1,})\-(.*[\.\-].*[\.\-].*).tgz[ ]{0,}$'`" == "" ]; then @@ -847,6 +845,7 @@ function gen_meta { tar xzfO $1 install/slack-desc | grep -E '\w+\:' | grep -v '^#' >> $LOCATION/$METAFILE echo "" >> $LOCATION/$METAFILE + echo "Created metafile for `basename $1`" svn_add $LOCATION/$METAFILE |