mirror of
https://github.com/paxed/dgamelaunch.git
synced 2025-07-29 08:35:00 +02:00
Update Makefile.in
Add missing $(DESTDIR) to man page install
This commit is contained in:
parent
389c137df9
commit
ce52452e42
@ -50,7 +50,7 @@ install: all
|
|||||||
mkdir -p $(DESTDIR)$(sbindir)
|
mkdir -p $(DESTDIR)$(sbindir)
|
||||||
$(INSTALL) -m 755 $(NAME) $(DESTDIR)$(sbindir)
|
$(INSTALL) -m 755 $(NAME) $(DESTDIR)$(sbindir)
|
||||||
mkdir -p $(DESTDIR)$(mandir)/man8
|
mkdir -p $(DESTDIR)$(mandir)/man8
|
||||||
$(INSTALL) -m 644 $(MAN8) $(mandir)/man8
|
$(INSTALL) -m 644 $(MAN8) $(DESTDIR)$(mandir)/man8
|
||||||
|
|
||||||
indent:
|
indent:
|
||||||
indent -nut -ts2 *.c *.h
|
indent -nut -ts2 *.c *.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user