diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-17 16:40:21 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-17 16:40:21 +0000 |
commit | 0ff995372cc40fb503b63e31564f6a4f22f564ff (patch) | |
tree | 483a7c232207a2c4a3012df42b56cedfbbf7b734 /trunk/src/mkbuild | |
parent | f9961deeda4b571513993e2614b5ef49ec085518 (diff) | |
download | simplepkg-0ff995372cc40fb503b63e31564f6a4f22f564ff.tar.gz simplepkg-0ff995372cc40fb503b63e31564f6a4f22f564ff.tar.bz2 |
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@671 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/mkbuild')
-rwxr-xr-x | trunk/src/mkbuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index fa91278..2fd3964 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -649,7 +649,7 @@ function submit_mkbuild { function submit_cleanup { # remove files that should not be stored at the mkbuilds repository - if is_the_same $(dirname $MKBUILD_PATH) $WORK; then + if ! is_the_same $(dirname $MKBUILD_PATH) $WORK; then ( cd $WORK rm -f *.old *.tmp *.SlackBuild *.slack-required |