Date: Sunday, December 28, 2014 @ 01:19:11 Author: seblu Revision: 228101
remove patch Deleted: lz4/trunk/01-no-sudo.patch ------------------+ 01-no-sudo.patch | 13 ------------- 1 file changed, 13 deletions(-) Deleted: 01-no-sudo.patch =================================================================== --- 01-no-sudo.patch 2014-12-28 00:15:27 UTC (rev 228100) +++ 01-no-sudo.patch 2014-12-28 00:19:11 UTC (rev 228101) @@ -1,13 +0,0 @@ ---- a/Makefile 2014-12-13 13:22:59.470287957 +0100 -+++ b/Makefile 2014-12-13 16:48:35.988030397 +0100 -@@ -93,8 +93,8 @@ - ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU)) - - install: -- @cd $(LZ4DIR); sudo $(MAKE) -e install -- @cd $(PRGDIR); sudo $(MAKE) -e install -+ @cd $(LZ4DIR); $(MAKE) -e install -+ @cd $(PRGDIR); $(MAKE) -e install - - uninstall: - @cd $(LZ4DIR); $(MAKE) uninstall
