diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-17 16:27:50 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-17 16:27:50 +0000 |
commit | b9948b3ae90bc47897071afdbf48f26ef67083a7 (patch) | |
tree | 8b909c39534c3e71735a443c5c677220fcc12cfa /trunk/src/mkbuild | |
parent | 535a7ebb86782ad125545d6d2595a619e1ce6ffb (diff) | |
download | simplepkg-b9948b3ae90bc47897071afdbf48f26ef67083a7.tar.gz simplepkg-b9948b3ae90bc47897071afdbf48f26ef67083a7.tar.bz2 |
createpkg: package signature; simplaret: enhanced signature checking
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@669 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 228d7b0..fa91278 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 [ "$(cd $(dirname $MKBUILD_PATH) ; pwd)" == "$WORK" ]; then + if is_the_same $(dirname $MKBUILD_PATH) $WORK; then ( cd $WORK rm -f *.old *.tmp *.SlackBuild *.slack-required |