]> git.pld-linux.org Git - packages/rpm-build-tools.git/blobdiff - update-kf5.sh
on -j define __jobs instead of _smp_mflags
[packages/rpm-build-tools.git] / update-kf5.sh
index 2dcf4d586c854876306974443444983f47605c48..9e02ee6769fd6e261e7e3bfd69a9202adf712ed7 100755 (executable)
@@ -199,7 +199,7 @@ for pkg in $PKGS ; do
        # commit the changes
        msg=""
        [ -n "$message" ] && msg="$msg- $message$n"
-       msg="$msg- updated to $newver (by update-kf5up.sh)"
+       msg="$msg- updated to $newver (by update-kf5.sh)"
        echo git commit -m "$msg" $spec
        if [ "$test" != 1 ]; then
                cd $pkgdir
This page took 0.031622 seconds and 4 git commands to generate.