Corrected the install location for the icon.
This commit is contained in:
parent
47c8dfd1d9
commit
2ea268c704
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ BINDIR ?= $(PREFIX)/games/
|
|||
DATADIR ?= $(PREFIX)/share/games/parallelrealities/
|
||||
DOCDIR ?= $(PREFIX)/share/doc/$(PROG)/
|
||||
MENUDIR ?= $(PREFIX)/share/applications/
|
||||
ICONDIR ?= $(PREFIX)/share/icons/
|
||||
ICONDIR ?= $(PREFIX)/share/pixmaps/
|
||||
|
||||
# top-level rule to create the program.
|
||||
ALL = $(PROG)
|
||||
|
|
Loading…
Reference in New Issue