nevat / abbayedesmorts-gpl

l'Abbaye des Morts - ported to Linux, Pandora, GCW0, Wii and PSP
GNU General Public License v3.0
73 stars 16 forks source link

Support for DESTDIR in Makefile #6

Closed musuruan closed 7 years ago

musuruan commented 7 years ago

Your current Makefile support DESTDIR but it does not create the related directories: $(DESTDIR)$(PREFIX)/bin/ $(DESTDIR)$(PREFIX)/share/applications $(DESTDIR)$(PREFIX)/share/abbayev2 $(DESTDIR)$(PREFIX)/share/pixmaps

Thus it will fail when specifying a DESTDIR.

You may use "mkdir -p" for this purpose (as you already do for other directories).