Sha256: 2aefc3a223be00882bcbcae08f27f3b2b9a5346a508a7b4f15141e47bd3a29f5

Contents?: true

Size: 409 Bytes

Versions: 25

Compression:

Stored size: 409 Bytes

Contents

--- a/util/domd
+++ b/util/domd
@@ -34,11 +34,11 @@ else
     ${PERL} $TOP/util/clean-depend.pl < Makefile > Makefile.new
     RC=$?
 fi
-if ! cmp -s Makefile.save Makefile.new; then
-    mv Makefile.new Makefile
-else
+if cmp -s Makefile.save Makefile.new; then
     mv Makefile.save Makefile
     rm -f Makefile.new
+else
+    mv Makefile.new Makefile
 fi
 # unfake the presence of Kerberos
 rm $TOP/krb5.h

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
clusterlb-0.1.11 omnibus/config/patches/openssl/openssl-1.0.2k-no-bang.patch
clusterlb-0.1.10 omnibus/config/patches/openssl/openssl-1.0.2k-no-bang.patch
clusterlb-0.1.9 omnibus/config/patches/openssl/openssl-1.0.2k-no-bang.patch
clusterlb-0.1.8 omnibus/config/patches/openssl/openssl-1.0.2k-no-bang.patch
clusterlb-0.1.7 omnibus/config/patches/openssl/openssl-1.0.2k-no-bang.patch