fi
# copy file
- if is_the_same $orig $(dirname $dest); then
+ if ! is_the_same $orig $(dirname $dest); then
cp $orig/$file $dest
fi
# Sign package
if [ $SIGN_PACKAGES -eq $on ]; then
+ echo "Signing package..."
+
if [ ! -z "$SIGN_PACKAGES_KEYID" ]; then
SIGN_KEYID="-u $SIGN_PACKAGES_KEYID"
else
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