From e178db7e9714e84947b00379cf5c554909ea0b53 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 20 Dec 2013 11:59:51 +0100 Subject: add install options --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a12c27..1fb44e3 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ nullshell: nullshell.c $(CC) $(CFLAGS) $(LDFLAGS) nullshell.c -o nullshell install: nullshell - $(INSTALL) nullshell $(DESTDIR)$(PREFIX)/bin/nullshell + $(INSTALL) -D -m0755 nullshell $(DESTDIR)$(PREFIX)/bin/nullshell clean: $(RM) -f nullshell -- cgit v1.2.3-54-g00ecf