]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- reverted arekm's change - it broke the script - try to do
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 1 Nov 2004 22:46:54 +0000 (22:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  ./builder -g exim.spec
  (noticed by Averne)

Changed files:
    builder.sh -> 1.287

builder.sh

index 6fae4b7fd4b3fee5b9ab5ec9802d43db66d95fb1..fc73e7289001eed58395de615d544a805dba37c7 100644 (file)
@@ -281,10 +281,6 @@ rpm_dump_cache=`
                        rpmbuild --nodigest --nosignature --define 'prep %dump' $BCOND $SPECFILE 2>&1
                        ;;
        esac`
-       if [ $? -ne 0 ]; then
-                echo "ERROR: cache_rpm_dump failed! Check spec file." 1>&2
-                exit 1
-       fi
 }
 
 rpm_dump () {
This page took 0.075646 seconds and 4 git commands to generate.