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

Collapse All | Expand All

(-)a/Makefile (-6 / +2 lines)
Lines 30-36 Link Here
30
ICONDIR = $(SHAREDIR)/icons
30
ICONDIR = $(SHAREDIR)/icons
31
IMAGEDIR = $(SHAREDIR)/images
31
IMAGEDIR = $(SHAREDIR)/images
32
LOCALESDIR = $(SHAREDIR)/locales
32
LOCALESDIR = $(SHAREDIR)/locales
33
DOCDIR = $(PREFIX)/share/doc/fotoxx
33
DOCDIR = $(PREFIX)/share/doc/$(PF)
34
MANDIR = $(PREFIX)/share/man/man1
34
MANDIR = $(PREFIX)/share/man/man1
35
APPDATADIR = $(PREFIX)/share/appdata
35
APPDATADIR = $(PREFIX)/share/appdata
36
MENUFILE = $(PREFIX)/share/applications/fotoxx.desktop
36
MENUFILE = $(PREFIX)/share/applications/fotoxx.desktop
Lines 124-136 Link Here
124
	cp -f -R  images/* $(DESTDIR)$(IMAGEDIR)
124
	cp -f -R  images/* $(DESTDIR)$(IMAGEDIR)
125
	cp -f -R  locales/* $(DESTDIR)$(LOCALESDIR)
125
	cp -f -R  locales/* $(DESTDIR)$(LOCALESDIR)
126
	cp -f -R  doc/* $(DESTDIR)$(DOCDIR)
126
	cp -f -R  doc/* $(DESTDIR)$(DOCDIR)
127
	gzip -f -9 $(DESTDIR)$(DOCDIR)/changelog
128
	cp -f -R  appdata/* $(DESTDIR)$(APPDATADIR)
127
	cp -f -R  appdata/* $(DESTDIR)$(APPDATADIR)
129
	# man page
128
	# man page
130
	cp -f doc/fotoxx.man fotoxx.1
129
	cp doc/fotoxx.man $(DESTDIR)$(MANDIR)/fotoxx.1
131
	gzip -f -9 fotoxx.1
132
	cp fotoxx.1.gz $(DESTDIR)$(MANDIR)
133
	rm -f fotoxx.1.gz
134
	# menu (desktop) file
130
	# menu (desktop) file
135
	cp -f fotoxx.desktop $(DESTDIR)$(MENUFILE)
131
	cp -f fotoxx.desktop $(DESTDIR)$(MENUFILE)
136
	cp -f fotoxx.png $(DESTDIR)$(ICONDIR)
132
	cp -f fotoxx.png $(DESTDIR)$(ICONDIR)

Return to bug 578046