mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix hostname(1) manual page file being executable.
This commit is contained in:
parent
e9d552867b
commit
590fd835d5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ install: all
|
|||
mkdir -p $(DESTDIR)$(BINDIR)
|
||||
install $(BINARIES) $(DESTDIR)$(BINDIR)
|
||||
mkdir -p $(DESTDIR)$(MANDIR)/man1
|
||||
install $(MANPAGES1) $(DESTDIR)$(MANDIR)/man1
|
||||
cp $(MANPAGES1) $(DESTDIR)$(MANDIR)/man1
|
||||
|
||||
%: %.c
|
||||
$(CC) -std=gnu11 $(CFLAGS) $(CPPFLAGS) $< -o $@
|
||||
|
|
Loading…
Reference in a new issue