summaryrefslogtreecommitdiff
blob: 127efd371f3ae82995001142c8dbf2ee4fdfc881 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.