diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-11 16:49:00 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-12-11 16:49:00 +0000 |
commit | 7e053f3d2a6f29f092215ff92b3cad01b32e166e (patch) | |
tree | 1ae3bf1fae2d34c0525aa2dae764ae8cff55c2cb /trunk | |
parent | 139ff2421526eb761d3b2b637403f19aa8f4e222 (diff) | |
download | simplepkg-7e053f3d2a6f29f092215ff92b3cad01b32e166e.tar.gz simplepkg-7e053f3d2a6f29f092215ff92b3cad01b32e166e.tar.bz2 |
createpkg: adding folder prefix at commit message
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@648 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/src/createpkg | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index e5c8edf..c2d799a 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -28,8 +28,6 @@ # Createpkg functions #--------------------------------------------------- -CREATEPKG_VERSION="1.1.15" - function usage { # Help message @@ -536,9 +534,9 @@ case $1 in ;; '--commit') shift - commit_changes $MAKEPKG_REPOS $* + commit_changes $MAKEPKG_REPOS "`basename $MAKEPKG_REPOS:`" $* if [ $MAKEPKG_REPOS_NOARCH -eq $on ]; then - commit_changes $NOARCH_REPOS $* + commit_changes "noarch:" $NOARCH_REPOS $* fi exit $EXIT_CODE ;; |