aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-26 22:24:48 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-26 22:24:48 +0000
commit97fd703f05bb8a535c096f1466a808ee6f13e22f (patch)
tree80b5a7b563d6b904bf38aae07db4ce5b3da30f90
parent7bb322648d8ef08c9513a68bb519fc50e6ec4b47 (diff)
downloadsimplepkg-97fd703f05bb8a535c096f1466a808ee6f13e22f.tar.gz
simplepkg-97fd703f05bb8a535c096f1466a808ee6f13e22f.tar.bz2
minor changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@721 04377dda-e619-0410-9926-eae83683ac58
-rwxr-xr-xtrunk/src/mkbuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index ab40840..5b46266 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -1379,17 +1379,17 @@ if [ ! -z "$MKBUILD_NAME" ]; then
update_manifest $*
;;
'commit_slackbuild')
- shift
- commit_changes $SLACKBUILDS_DIR $*
+ shift 2
+ commit_changes $SLACKBUILDS_DIR `basename $MKBUILD_NAME .mkbuild`: $*
;;
'commit_mkbuild')
- shift
- commit_changes $MKBUILDS_DIR $*
+ shift 2
+ commit_changes $MKBUILDS_DIR `basename $MKBUILD_NAME .mkbuild`: $*
;;
'commit_all')
- shift
- commit_changes $SLACKBUILDS_DIR $*
- commit_changes $MKBUILDS_DIR $*
+ shift 2
+ commit_changes $SLACKBUILDS_DIR `basename $MKBUILD_NAME .mkbuild`: $*
+ commit_changes $MKBUILDS_DIR `basename $MKBUILD_NAME .mkbuild`: $*
;;
'new')
create_mkbuild