From b85893274f1d38720a2cdb58d8f5c71b0ed68ee7 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Sun, 8 Apr 2012 13:27:08 +0100 Subject: Refresh patch to reflect new upstream Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a44b116..e45440e 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,6 @@ distcheck: $(distdir).tar.gz @echo "*** Package $(distdir).tar.gz is ready for distribution." install: all - install src/nyancat /usr/bin/${package} + install -Dm 0755 src/nyancat $(DESTDIR)/usr/bin/${package} .PHONY: FORCE all clean check dist distcheck install -- cgit v1.2.3