]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fixes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 1 Dec 2008 15:04:09 +0000 (15:04 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 1 Dec 2008 15:04:09 +0000 (15:04 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@614 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index 4840230e21f6bcf9a1be147f2ff4dcbbb4d0bb88..90d14d736d93cbe08e25e082f110a8b8a60ea07d 100644 (file)
@@ -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