]> git.pld-linux.org Git - packages/device-mapper.git/commitdiff
- workaround some autoconf/ksh interaction auto/ac/lvm2-2_01_15-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 1 Jul 2006 11:23:49 +0000 (11:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    device-mapper-ac.patch -> 1.1

device-mapper-ac.patch [new file with mode: 0644]

diff --git a/device-mapper-ac.patch b/device-mapper-ac.patch
new file mode 100644 (file)
index 0000000..ff71e4e
--- /dev/null
@@ -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
This page took 0.068145 seconds and 4 git commands to generate.