]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- no need to check md5 at %build short circuit
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 14 Mar 2008 12:35:45 +0000 (12:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    compile.sh -> 1.8

compile.sh

index b519f0a95875eb73922cd28d14bd65d75f867fa8..7f50b9ffef2a2a90dfd8497ace2cb0af60351069 100644 (file)
@@ -13,4 +13,4 @@
 # -glen 2005-03-03
 
 set -x
-exec ./builder -ncs -nn --short-circuit -bc "$@"
+exec ./builder --no-md5 -ncs -nn --short-circuit -bc "$@"
This page took 0.034461 seconds and 4 git commands to generate.