From 9682fcd4748cededfcd3aeda824f5cc8cf2878da Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 16 Feb 2010 20:34:24 +0100 Subject: hopefully fix my autotool regeneration patches --- package/cryptsetup/patches/patch-compile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 package/cryptsetup/patches/patch-compile (limited to 'package/cryptsetup/patches/patch-compile') diff --git a/package/cryptsetup/patches/patch-compile b/package/cryptsetup/patches/patch-compile deleted file mode 100644 index 1ff0e3e7f..000000000 --- a/package/cryptsetup/patches/patch-compile +++ /dev/null @@ -1,23 +0,0 @@ ---- cryptsetup-1.1.0.orig/compile 2009-08-24 17:04:56.000000000 +0200 -+++ cryptsetup-1.1.0/compile 2010-02-14 18:24:56.000000000 +0100 -@@ -1,7 +1,7 @@ - #! /bin/sh - # Wrapper for compilers which do not understand `-c -o'. - --scriptversion=2009-04-28.21; # UTC -+scriptversion=2009-10-06.20; # UTC - - # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009 Free Software - # Foundation, Inc. -@@ -124,9 +124,9 @@ trap "rmdir '$lockdir'; exit 1" 1 2 15 - ret=$? - - if test -f "$cofile"; then -- mv "$cofile" "$ofile" -+ test "$cofile" = "$ofile" || mv "$cofile" "$ofile" - elif test -f "${cofile}bj"; then -- mv "${cofile}bj" "$ofile" -+ test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" - fi - - rmdir "$lockdir" -- cgit v1.2.3