]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
- $distro->$dist variable change
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 12 Dec 2006 01:40:01 +0000 (01:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.14

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.350322 seconds and 4 git commands to generate.