summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <maksbotan@gentoo.org>2015-10-10 17:31:51 +0300
committerMaxim Koltsov <maksbotan@gentoo.org>2015-10-10 17:33:40 +0300
commit4ee814d2c1222272104e5ff4ca602a755ba4d173 (patch)
tree8d1f6d8ebffc6a42bf396e14a62e75c130711375 /sys-cluster/ploop/files/disable_create_run_dir.patch
parentsys-cluster/vzctl: bump to 4.9.4, clean old (diff)
downloadgentoo-4ee814d2c1222272104e5ff4ca602a755ba4d173.tar.gz
gentoo-4ee814d2c1222272104e5ff4ca602a755ba4d173.tar.bz2
gentoo-4ee814d2c1222272104e5ff4ca602a755ba4d173.zip
sys-cluster/ploop: bump to 1.14.1
Package-Manager: portage-2.2.22
Diffstat (limited to 'sys-cluster/ploop/files/disable_create_run_dir.patch')
-rw-r--r--sys-cluster/ploop/files/disable_create_run_dir.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-cluster/ploop/files/disable_create_run_dir.patch b/sys-cluster/ploop/files/disable_create_run_dir.patch
new file mode 100644
index 000000000000..726094903b51
--- /dev/null
+++ b/sys-cluster/ploop/files/disable_create_run_dir.patch
@@ -0,0 +1,21 @@
+--- lib/Makefile.old 2015-10-10 15:49:25.377235002 +0300
++++ lib/Makefile 2015-10-10 15:49:50.021464544 +0300
+@@ -76,17 +76,13 @@
+ .depend: $(filter-out $(GENERATED),$(SOURCES))
+ -include .depend
+
+-install-lockdir:
+- $(Q) $(INSTALL) -d $(DESTDIR)$(LOCKDIR)
+-.PHONY: install-lockdir
+-
+ install-pc: $(PC)
+ $(E) " INSTALL " $(PC)
+ $(Q) $(INSTALL) -d $(DESTDIR)$(PCDIR)
+ $(Q) $(INSTALL) $(PC) $(DESTDIR)$(PCDIR)
+ .PHONY: install-pc
+
+-install: all install-lockdir install-pc
++install: all install-pc
+ $(Q) $(INSTALL) -d $(DESTDIR)$(LIBDIR)
+ $(E) " INSTALL " $(LIBPLOOP)
+ $(Q) $(INSTALL) -m 644 $(LIBPLOOP) $(DESTDIR)$(LIBDIR)