summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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