Fix hostname(1) manual page file being executable.

This commit is contained in:
Jonas 'Sortie' Termansen 2017-11-28 16:46:30 +01:00
parent e9d552867b
commit 590fd835d5
1 changed files with 1 additions and 1 deletions

View File

@ -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 $@