c60844fbea
ManaPlus is an extended client for The Mana World and similar eAthena-based MMORPG game servers. from jona joachim (MAINTAINER) with tweaksy by landry@ and me. ok landry@
15 lines
612 B
Plaintext
15 lines
612 B
Plaintext
$OpenBSD: patch-data_icons_Makefile_am,v 1.1.1.1 2011/07/10 09:56:51 jasper Exp $
|
|
--- data/icons/Makefile.am.orig Sat Jun 25 18:12:08 2011
|
|
+++ data/icons/Makefile.am Wed Jun 29 18:46:09 2011
|
|
@@ -9,8 +9,8 @@ icons_DATA = manaplus.png \
|
|
manaplus.xpm
|
|
|
|
install-data-local:
|
|
- $(mkinstalldirs) $(DESTDIR)$(datarootdir)/pixmaps
|
|
- $(INSTALL) $(srcdir)/manaplus.png $(DESTDIR)$(datarootdir)/pixmaps/manaplus.png
|
|
+ $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps
|
|
+ $(INSTALL) $(srcdir)/manaplus.png $(DESTDIR)$(datadir)/pixmaps/manaplus.png
|
|
|
|
uninstall-local:
|
|
rm -f $(DESTDIR)$(datarootdir)/pixmaps/manaplus.png
|