]> git.pld-linux.org Git - packages/rpm-build-macros.git/blobdiff - rpm-build.sh
- $distro->$dist variable change
[packages/rpm-build-macros.git] / rpm-build.sh
index 231426a6d805800dc5e7f747920bb5226f22cdf5..33b794992f252e7e2418f8654afcbeceb13e2202 100644 (file)
@@ -72,7 +72,7 @@ autotag() {
        local out
        for a in "$@"; do
                s=${a%.spec}.spec
-               out=$(cvs status -v $s | awk "/auto-$distro-/{if (!a++) print \$1}")
+               out=$(cvs status -v $s | awk "/auto-$dist-/{if (!a++) print \$1}")
                echo "$s:$out"
        done
 }
This page took 0.794856 seconds and 4 git commands to generate.