]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
- build package by default
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 10 Mar 2010 10:58:47 +0000 (10:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    update-source.sh -> 1.10

update-source.sh

index 69a31675836c295df209160cf64f12817a9265ef..c213fb73e8ff502b4535f447cb9675e5d27a1bab 100644 (file)
@@ -67,7 +67,7 @@ if [ "$newtar" != "$tarball" ]; then
        " $specfile
        ../builder -ncs -5 $specfile
 
-       if [ "$build_package" ]; then
+       if [ "$build_package" != 0 ]; then
                dist=$(rpm -E %{pld_release})
                arch=$(rpm -E %{_host_cpu})
                outdir=$(readlink -f $dir)/build-$dist-$arch
This page took 0.034486 seconds and 4 git commands to generate.