From 7e053f3d2a6f29f092215ff92b3cad01b32e166e Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 11 Dec 2008 16:49:00 +0000 Subject: createpkg: adding folder prefix at commit message git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@648 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'trunk') 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 ;; -- cgit v1.2.3