Updated Makefile.nodebug to match new file locations
This commit is contained in:
parent
c65592c51a
commit
226e9710f3
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue