You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/hercules/files/hercules-3.13-htmldir.patch

26 lines
960 B

--- 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)