Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 733210 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile (-6 / +2 lines)
Lines 8-14 Link Here
8
SHAREDIR = $(PREFIX)/share/fotoxx-maps
8
SHAREDIR = $(PREFIX)/share/fotoxx-maps
9
DATADIR = $(SHAREDIR)/data
9
DATADIR = $(SHAREDIR)/data
10
ICONDIR = $(SHAREDIR)/icons
10
ICONDIR = $(SHAREDIR)/icons
11
DOCDIR = $(PREFIX)/share/doc/fotoxx-maps
11
DOCDIR = $(PREFIX)/share/doc/$(PF)
12
MANDIR = $(PREFIX)/share/man/man1
12
MANDIR = $(PREFIX)/share/man/man1
13
APPDATADIR = $(PREFIX)/share/appdata
13
APPDATADIR = $(PREFIX)/share/appdata
14
MENUFILE = $(PREFIX)/share/applications/fotoxx-maps.desktop
14
MENUFILE = $(PREFIX)/share/applications/fotoxx-maps.desktop
Lines 36-48 Link Here
36
	cp -f     fotoxx-maps $(DESTDIR)$(BINDIR)
36
	cp -f     fotoxx-maps $(DESTDIR)$(BINDIR)
37
	cp -f -R  data/* $(DESTDIR)$(DATADIR)
37
	cp -f -R  data/* $(DESTDIR)$(DATADIR)
38
	cp -n -R  doc/* $(DESTDIR)$(DOCDIR)
38
	cp -n -R  doc/* $(DESTDIR)$(DOCDIR)
39
	gzip -f -9 $(DESTDIR)$(DOCDIR)/changelog
40
	cp -f -R  appdata/* $(DESTDIR)$(APPDATADIR)
39
	cp -f -R  appdata/* $(DESTDIR)$(APPDATADIR)
41
	# man page
40
	# man page
42
	cp -f doc/fotoxx-maps.man fotoxx-maps.1
41
	cp doc/fotoxx-maps.man $(DESTDIR)$(MANDIR)/fotoxx-maps.1
43
	gzip -f -9 fotoxx-maps.1
44
	cp fotoxx-maps.1.gz $(DESTDIR)$(MANDIR)
45
	rm -f fotoxx-maps.1.gz
46
	# menu (desktop) file
42
	# menu (desktop) file
47
	cp -f fotoxx-maps.desktop $(DESTDIR)$(MENUFILE)
43
	cp -f fotoxx-maps.desktop $(DESTDIR)$(MENUFILE)
48
	cp -f fotoxx-maps.png $(DESTDIR)$(ICONDIR)
44
	cp -f fotoxx-maps.png $(DESTDIR)$(ICONDIR)

Return to bug 733210