Author: qboosh Date: Sat Jul 1 11:23:54 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - workaround some autoconf/ksh interaction
---- Files affected: SOURCES: device-mapper-ac.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/device-mapper-ac.patch diff -u /dev/null SOURCES/device-mapper-ac.patch:1.1 --- /dev/null Sat Jul 1 13:23:54 2006 +++ SOURCES/device-mapper-ac.patch Sat Jul 1 13:23:49 2006 @@ -0,0 +1,11 @@ +--- device-mapper.1.02.07/configure.in.orig 2006-07-01 12:25:41.929565000 +0200 ++++ device-mapper.1.02.07/configure.in 2006-07-01 13:17:13.702789000 +0200 +@@ -349,7 +349,7 @@ + AC_MSG_RESULT($interface) + + if test "-f VERSION" ; then +- DM_LIB_VERSION="\"`cat VERSION|sed -e \"s/([[0-9.]]*)/\0-$interface/\"`\"" ++ DM_LIB_VERSION="\"`cat VERSION|sed -e 's/([[0-9.]]*)/\0-'$interface/`\"" + else + DM_LIB_VERSION="Unknown version ($interface)" + fi ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
