From 4b242c5214a6645ee7a353ae0e5cd9422f672f08 Mon Sep 17 00:00:00 2001 From: Bertram Date: Sun, 6 Sep 2009 18:53:24 +0200 Subject: Applied patch from mantis #749 since it's working for me. Applied the datarootdir parameter in the autotools installation. The make install did the work as expected. If this hurts someone, feel free to revert... --- data/icons/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'data/icons/Makefile.am') diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index deb55045..71442a50 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -5,11 +5,11 @@ icons_DATA = tmw.png \ tmw.xpm install-data-local: - $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps - $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datadir)/pixmaps/tmw.png + $(mkinstalldirs) $(DESTDIR)$(datarootdir)/pixmaps + $(INSTALL) $(srcdir)/tmw.png $(DESTDIR)$(datarootdir)/pixmaps/tmw.png uninstall-local: - rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png + rm -f $(DESTDIR)$(datarootdir)/pixmaps/tmw.png EXTRA_DIST = \ $(icons_DATA) -- cgit v1.2.3-70-g09d2