diff options
Diffstat (limited to 'sysutils/syslog-ng35/files/patch-Makefile.in')
-rw-r--r-- | sysutils/syslog-ng35/files/patch-Makefile.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/syslog-ng35/files/patch-Makefile.in b/sysutils/syslog-ng35/files/patch-Makefile.in deleted file mode 100644 index 90e69ae..0000000 --- a/sysutils/syslog-ng35/files/patch-Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.in.orig 2014-08-01 19:27:14.584284459 -0700 -+++ Makefile.in 2014-08-01 19:33:44.036046297 -0700 -@@ -3280,8 +3280,8 @@ - for p in $$list; do \ - if test -f $$p; then \ - $(am__strip_dir) \ -- echo " ( cd '$(DESTDIR)$(libtestdir)' && $(RANLIB) $$f )"; \ -- ( cd "$(DESTDIR)$(libtestdir)" && $(RANLIB) $$f ) || exit $$?; \ -+ echo " ( cd '$(DESTDIR)$(libtestdir)' && chmod u+w $$f && $(RANLIB) $$f )"; \ -+ ( cd "$(DESTDIR)$(libtestdir)" && chmod u+w $$f && $(RANLIB) $$f ) || exit $$?; \ - else :; fi; \ - done - |