]> skyeroc.xyz Git - dgamelaunch/commitdiff
Update Makefile.in
authorSteve Wills <steve@mouf.net>
Fri, 4 Oct 2013 04:09:16 +0000 (04:09 +0000)
committerSteve Wills <steve@mouf.net>
Fri, 4 Oct 2013 04:09:16 +0000 (04:09 +0000)
Add missing $(DESTDIR) to man page install

Makefile.in

index 1405e18eb0b39f429437ada33c8ef2abd9180f35..31af0891340f98589b39a8ab2496e5f4a9711303 100644 (file)
@@ -50,7 +50,7 @@ install: all
        mkdir -p $(DESTDIR)$(sbindir)
        $(INSTALL) -m 755 $(NAME) $(DESTDIR)$(sbindir)
        mkdir -p $(DESTDIR)$(mandir)/man8
-       $(INSTALL) -m 644 $(MAN8) $(mandir)/man8
+       $(INSTALL) -m 644 $(MAN8) $(DESTDIR)$(mandir)/man8
 
 indent:
        indent -nut -ts2 *.c *.h