]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- debug off
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 2 Apr 2006 13:07:16 +0000 (13:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pearize.sh -> 1.39

pearize.sh

index 6d28c0027d70def7a025b03bf8b9c6c2018af0f6..6bbcb056b91f872ef841e0620a6579ef179dc65e 100644 (file)
@@ -112,8 +112,6 @@ optional=$(grep '^Optional:' $template || :)
 if [ -n "$optional" ]; then
        echo "$optional" | while read tag dep; do
                for req in $dep; do
-                       echo add dep: $dep
-                       set -x
                        m=$(grep "^%define.*_noautoreq" $spec || :)
                        if [ -z "$m" ]; then
                                sed -i -e "/^BuildRoot:/{
@@ -128,7 +126,6 @@ if [ -n "$optional" ]; then
                                        sed -i -e "/^%define.*_noautoreq/s,$, $req," $spec
                                fi
                        fi
-                       set -
                done
        done
 fi
This page took 0.473531 seconds and 4 git commands to generate.