diff options
Diffstat (limited to 'media-gfx/fotoxx/files/fotoxx-15.05.patch')
-rw-r--r-- | media-gfx/fotoxx/files/fotoxx-15.05.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-gfx/fotoxx/files/fotoxx-15.05.patch b/media-gfx/fotoxx/files/fotoxx-15.05.patch new file mode 100644 index 000000000000..15fdaa9abacf --- /dev/null +++ b/media-gfx/fotoxx/files/fotoxx-15.05.patch @@ -0,0 +1,13 @@ +diff -r -U1 fotoxx-14.10.2.orig/Makefile fotoxx-14.10.2/Makefile +--- fotoxx-14.10.2.orig/Makefile 2014-10-09 15:17:09.000000000 +0700 ++++ fotoxx-14.10.2/Makefile 2014-10-13 20:44:55.061728475 +0700 +@@ -16,3 +16,3 @@ + LOCALESDIR = $(SHAREDIR)/locales +-DOCDIR = $(PREFIX)/share/doc/fotoxx ++DOCDIR = $(PREFIX)/share/doc/$(PF) + MANDIR = $(PREFIX)/share/man/man1 +@@ -90,4 +90,2 @@ + rm -f fotoxx.1.gz +- # menu (desktop) file +- cp -f desktop $(DESTDIR)$(MENUFILE) + |