summaryrefslogtreecommitdiff
path: root/media-gfx/fotocx/files/fotoxx-22.18-documentation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/fotocx/files/fotoxx-22.18-documentation.patch')
-rw-r--r--media-gfx/fotocx/files/fotoxx-22.18-documentation.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/media-gfx/fotocx/files/fotoxx-22.18-documentation.patch b/media-gfx/fotocx/files/fotoxx-22.18-documentation.patch
deleted file mode 100644
index 23d9509458d9..000000000000
--- a/media-gfx/fotocx/files/fotoxx-22.18-documentation.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -122,8 +123,7 @@
- cp -f -R data/* $(DESTDIR)$(DATADIR)
- cp -f -R images/* $(DESTDIR)$(IMAGEDIR)
- # man page
-- gzip -fk -9 man/fotoxx.man
-- mv -f man/fotoxx.man.gz $(DESTDIR)$(MANDIR)/fotoxx.1.gz
-+ cp man/fotoxx.man $(DESTDIR)$(MANDIR)/fotoxx.1
- # desktop file and icon
- cp -f fotoxx.desktop $(DESTDIR)$(MENUDIR)
- cp -f fotoxx.png $(DESTDIR)$(ICONDIR)
---- a/zfuncs.cc
-+++ b/zfuncs.cc
-@@ -6106,7 +6106,7 @@
-
- strncatv(zdatadir,199,zprefix,"/share/",zappname,"/data",null); // /prefix/share/appname/data
- strncatv(zimagedir,199,zprefix,"/share/",zappname,"/images",null); // /prefix/share/appname/images
-- strncatv(zdocdir,199,zprefix,"/share/doc/",zappname,null); // /prefix/share/doc/appname
-+ strncatv(zdocdir,199,zprefix,"/share/doc/",zappvers,null); // /prefix/share/doc/appname
-
- ch_time = zstrdup(build_date_time,"zinitapp");
- if (ch_time[4] == ' ') ch_time[4] = '0'; // replace month day ' d' with '0d'