]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- ti probably valid one too
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Dec 2007 00:14:02 +0000 (00:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.39

rpm-build.sh

index 25ad9e3059183393ec0e9225288187f40ba167af..cfee7181988d5b3cecd471071903d83ab120fb54 100644 (file)
@@ -5,7 +5,7 @@
 [ -n "$dist" ] || dist=$(awk '/PLD Linux/ {print tolower($NF)}' /etc/pld-release 2>/dev/null | tr -d '()')
 
 case "$dist" in
 [ -n "$dist" ] || dist=$(awk '/PLD Linux/ {print tolower($NF)}' /etc/pld-release 2>/dev/null | tr -d '()')
 
 case "$dist" in
-ac|th)
+ac|th|ti)
        ;;
 *)
        # invalid one ;)
        ;;
 *)
        # invalid one ;)
@@ -51,7 +51,7 @@ dist-verify() {
                ;;
        esac
 
                ;;
        esac
 
-       poldek --sn $dist --sn $dist-updates --up --upa -q
+       poldek --sn $dist --sn $dist-updates --up --upa -q "$@"
        poldek --sn $dist --sn $dist-updates --noignore --verify=deps $args "$@"
 }
 
        poldek --sn $dist --sn $dist-updates --noignore --verify=deps $args "$@"
 }
 
This page took 0.046097 seconds and 4 git commands to generate.