aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-01 15:04:09 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-01 15:04:09 +0000
commit864b5977907566c44257f99312d88e203b151d22 (patch)
treed2872c2f644d5523f01cb224164bec329ad561e4
parent52140d8d2d05c6685d155fa40d9ff061a802a534 (diff)
downloadsimplepkg-864b5977907566c44257f99312d88e203b151d22.tar.gz
simplepkg-864b5977907566c44257f99312d88e203b151d22.tar.bz2
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@614 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r--trunk/src/createpkg6
1 files changed, 4 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 4840230..90d14d7 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -322,8 +322,6 @@ function commit_changes {
cd $cwd
fi
- exit 0
-
}
function create_repo_folder {
@@ -726,4 +724,8 @@ fi
echo "Package saved at $NEW_REPOS/$PKG_NAME"
+if [ $MAKEPKG_REPOS_NOARCH -eq $on ] && [ "`package_arch $PKG_NAME`" == "noarch" ]; then
+ echo "Aditional copy saved at $NOARCH_REPOS/$SUBFOLDER/$PKG_NAME"
+fi
+
exit $EXIT_CODE