aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg6
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
;;