diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-27 07:52:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-27 07:52:11 +0000 |
commit | c05610d10e469428f70667f68c55be20927aa3c2 (patch) | |
tree | c674113cf371a7562030726df4c70ceb8db41837 /games-rpg/tmw/files | |
parent | version bump (diff) | |
download | gentoo-2-c05610d10e469428f70667f68c55be20927aa3c2.tar.gz gentoo-2-c05610d10e469428f70667f68c55be20927aa3c2.tar.bz2 gentoo-2-c05610d10e469428f70667f68c55be20927aa3c2.zip |
version bump
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-rpg/tmw/files')
-rw-r--r-- | games-rpg/tmw/files/tmw-0.0.28.1-desktop.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/games-rpg/tmw/files/tmw-0.0.28.1-desktop.patch b/games-rpg/tmw/files/tmw-0.0.28.1-desktop.patch new file mode 100644 index 000000000000..127efd371f3a --- /dev/null +++ b/games-rpg/tmw/files/tmw-0.0.28.1-desktop.patch @@ -0,0 +1,22 @@ +Make sure desktop/pixmaps dont get thrown into /usr/games. + +--- Makefile.in ++++ Makefile.in +@@ -163,3 +163,3 @@ + SUBDIRS = data docs src +-desktopdir = $(datadir)/applications ++desktopdir =/usr/share/applications + desktop_DATA = tmw.desktop +--- data/icons/Makefile.in ++++ data/icons/Makefile.in +@@ -318,7 +318,7 @@ + install-data-local: +- $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps +- $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datadir)/pixmaps/tmw.png ++ $(mkinstalldirs) $(DESTDIR)/usr/share/pixmaps ++ $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)/usr/share/pixmaps/tmw.png + + uninstall-local: +- rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png ++ rm -f $(DESTDIR)/usr/share/pixmaps/tmw.png + # Tell versions [3.59,3.63) of GNU make to not export all variables. |