From: rhatto Date: Wed, 24 Dec 2008 21:35:48 +0000 (+0000) Subject: minor fixes X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b693926d0da78310023db0399428a078ec088e06;p=simplepkg.git minor fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@717 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index b784acb..6d9198f 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -1364,12 +1364,15 @@ if [ ! -z "$MKBUILD_NAME" ]; then update_manifest $* ;; 'commit_slackbuild') + shift commit_changes $SLACKBUILDS_DIR $* ;; 'commit_mkbuild') + shift commit_changes $MKBUILDS_DIR $* ;; 'commit_all') + shift commit_changes $SLACKBUILDS_DIR $* commit_changes $MKBUILDS_DIR $* ;;