summaryrefslogtreecommitdiff
path: root/package/lvm/patches/patch-scripts_Makefile_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-23 10:07:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-23 18:23:32 +0200
commitf4b29ffa95b42c19a1adf84991082cc1740c30fd (patch)
tree8e18844a1771c407cc30b755d5c1bd7277f96976 /package/lvm/patches/patch-scripts_Makefile_in
parenta1825c5fada16a1b8f6c4df1dcaeabf40398f67d (diff)
update to latest upstream
Diffstat (limited to 'package/lvm/patches/patch-scripts_Makefile_in')
-rw-r--r--package/lvm/patches/patch-scripts_Makefile_in12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/lvm/patches/patch-scripts_Makefile_in b/package/lvm/patches/patch-scripts_Makefile_in
deleted file mode 100644
index ae8e644cc..000000000
--- a/package/lvm/patches/patch-scripts_Makefile_in
+++ /dev/null
@@ -1,12 +0,0 @@
---- LVM2.2.02.79.orig/scripts/Makefile.in 2010-11-05 17:18:38.000000000 +0100
-+++ LVM2.2.02.79/scripts/Makefile.in 2010-12-26 22:15:11.000000000 +0100
-@@ -30,7 +30,8 @@ endif
- vpath %.sh $(srcdir)
-
- %_install: %.sh
-- $(INSTALL_PROGRAM) -D $< $(sbindir)/$(basename $(<F))
-+ $(INSTALL_DIR) $(sbindir)
-+ $(INSTALL_PROGRAM) $< $(sbindir)/$(basename $(<F))
-
- %_install: %.ocf
- $(INSTALL_DIR) $(ocf_scriptdir)