]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- Added rm `pwd`/.${SPECFILE}_INSTALLED_PACKAGES after successful build (no
authoryoshi <yoshi@pld-linux.org>
Mon, 8 Dec 2003 03:54:53 +0000 (03:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  more havoc with SPECS/.*)

Changed files:
    builder.sh -> 1.235

builder.sh

index 2ce6ce4f39937472e488cce116c0d7e371cf953a..6e27e02965025d0a259260b0d8716ec2d0cc92e1 100644 (file)
@@ -1099,6 +1099,8 @@ fetch_build_requires()
                        done
                        remove_build_requires
                        exit 1
+          else
+                       rm `pwd`/.${SPECFILE}_INSTALLED_PACKAGES
                fi
        fi
 }
This page took 0.040096 seconds and 4 git commands to generate.