aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2013-12-20 11:59:51 +0100
committerGravatar Christian Hesse <mail@eworm.de>2013-12-20 11:59:51 +0100
commite178db7e9714e84947b00379cf5c554909ea0b53 (patch)
treed2499adadfe53a815a94d54320903e3a943272d3
parent63d42efc9dc3f5cf13856cf08aaa807bfd8982e5 (diff)
downloadnullshell-e178db7e9714e84947b00379cf5c554909ea0b53.tar.gz
nullshell-e178db7e9714e84947b00379cf5c554909ea0b53.tar.zst
add install options0.0.1
-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