mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 00:37:40 +00:00
Updated Makefile.nodebug to match new file locations
This commit is contained in:
parent
c65592c51a
commit
226e9710f3
@ -43,7 +43,7 @@ install:
|
||||
mkdir -p $(DESTDIR)/games
|
||||
cp -p wesnoth $(DESTDIR)/games
|
||||
mkdir -p $(DESTDIR)/share/man/man6
|
||||
cp -p wesnoth.6 $(DESTDIR)/share/man/man6
|
||||
cp -p doc/man/wesnoth.6 $(DESTDIR)/share/man/man6
|
||||
mkdir -p $(DESTDIR)/share/pixmaps
|
||||
# data
|
||||
mkdir -p $(DATADIR)/share/games/wesnoth-data
|
||||
@ -52,4 +52,4 @@ install:
|
||||
mkdir -p $(SERVDIR)/games
|
||||
cp -p src/server/wesnothd $(SERVDIR)/games
|
||||
mkdir -p $(SERVDIR)/share/man/man6
|
||||
cp -p wesnothd.6 $(SERVDIR)/share/man/man6
|
||||
cp -p doc/man/wesnothd.6 $(SERVDIR)/share/man/man6
|
||||
|
Loading…
x
Reference in New Issue
Block a user