diff options
Diffstat (limited to 'sys-cluster/ploop')
-rw-r--r-- | sys-cluster/ploop/files/disable_create_run_dir.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/ploop/files/disable_create_run_dir.patch b/sys-cluster/ploop/files/disable_create_run_dir.patch index 726094903b51..597a6c1d160d 100644 --- a/sys-cluster/ploop/files/disable_create_run_dir.patch +++ b/sys-cluster/ploop/files/disable_create_run_dir.patch @@ -1,5 +1,5 @@ ---- lib/Makefile.old 2015-10-10 15:49:25.377235002 +0300 -+++ lib/Makefile 2015-10-10 15:49:50.021464544 +0300 +--- a/lib/Makefile ++++ b/lib/Makefile @@ -76,17 +76,13 @@ .depend: $(filter-out $(GENERATED),$(SOURCES)) -include .depend |