]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- revert last change - it's not a sollution :(
authorpascalek <pascalek@pld-linux.org>
Thu, 3 Jul 2003 08:42:25 +0000 (08:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    builder.sh -> 1.189

builder.sh

index 1f9b06c60d727633b59976acabf530d172a4fc61..017c8b59a96507836c5c6510221954971f868eeb 100644 (file)
@@ -200,10 +200,6 @@ cache_rpm_dump () {
                rpmbuild --nodigest --nosignature --define 'prep %dump' $BCOND $SPECFILE 2>&1 
                ;;
        esac`
-    if [ $? -ne 0 ]; then
-        echo $rpm_dump_cache
-       exit 6
-    fi
 }
 
 rpm_dump () {
This page took 0.051189 seconds and 4 git commands to generate.