]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fixes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 17 Dec 2008 16:40:21 +0000 (16:40 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 17 Dec 2008 16:40:21 +0000 (16:40 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@671 04377dda-e619-0410-9926-eae83683ac58

trunk/lib/common.sh
trunk/src/createpkg
trunk/src/mkbuild

index dad6471060333061629ebf5445dd259aa087ba1c..d5164481cfe0d0e99bcde5ef7895bcd319009c85 100644 (file)
@@ -687,7 +687,7 @@ function svn_copy {
     fi
 
     # copy file
-    if is_the_same $orig $(dirname $dest); then
+    if is_the_same $orig $(dirname $dest); then
       cp $orig/$file $dest
     fi
 
index 31155197bf31cacc1f8faf2e7aad4ed66ffdbb84..86be85445e1299d3f0e85fe3ce432808102c3aea 100644 (file)
@@ -695,6 +695,8 @@ 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
index fa91278255bf37d170317928f79bb6c8d4258252..2fd39640232802c822d02babbba13dce4adf7dbc 100755 (executable)
@@ -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