diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-24 21:35:48 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-24 21:35:48 +0000 |
commit | b693926d0da78310023db0399428a078ec088e06 (patch) | |
tree | 27303b58725a5cadd58b977f93e7808af0a8942a | |
parent | 56efcf2334658b104c8271234904c66217a55fda (diff) | |
download | simplepkg-b693926d0da78310023db0399428a078ec088e06.tar.gz simplepkg-b693926d0da78310023db0399428a078ec088e06.tar.bz2 |
minor fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@717 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-x | trunk/src/mkbuild | 3 |
1 files changed, 3 insertions, 0 deletions
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 $* ;; |