We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edccfc5 commit 05954fdCopy full SHA for 05954fd
1 file changed
Fox/gnu.mak
@@ -37,7 +37,7 @@ tidy:
37
38
#install Fox in /usr/local/bin
39
install:
40
- install -m 755 src/Fox $(DESTDIR)
+ install -Dm 755 src/Fox $(DESTDIR)
41
42
update:
43
cd $(BUILD_DIR) && git pull
0 commit comments