gentoo-ebuilds/app-emulation/hercules/files/hercules-3.13-htmldir.patch
David Seifert fdfa6d5121
app-emulation/hercules: Bump to 3.13
Bug: https://bugs.gentoo.org/252716
Bug: https://bugs.gentoo.org/521032
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
2020-02-28 21:22:07 +01:00

25 lines
960 B
Diff

--- a/html/Makefile.am
+++ b/html/Makefile.am
@@ -1,4 +1,4 @@
-dist_pkgdata_DATA = cckddasd.html fishgui.html hercconf.html hercfaq.html \
+dist_html_DATA = cckddasd.html fishgui.html hercconf.html hercfaq.html \
hercinst.html herclic.html hercload.html hercmsca.html hercmscf.html \
hercmscp.html hercmsct.html hercmscu.html hercmsda.html hercmsdc.html \
hercmsdg.html hercmsdi.html hercmsdl.html hercmsds.html hercmsdt.html \
@@ -12,7 +12,7 @@
include_sources = include/header.htmlpart include/footer.htmlpart
-include_pkgdatadir = $(pkgdatadir)/include
+include_pkgdatadir = $(htmldir)/include
dist_include_pkgdata_DATA = $(include_sources)
@@ -33,6 +33,6 @@
images/interruptu.gif images/redu.gif images/waitonu.gif \
images/loadd.gif images/restartd.gif
-images_pkgdatadir = $(pkgdatadir)/images
+images_pkgdatadir = $(htmldir)/images
dist_images_pkgdata_DATA = $(images_sources)