summaryrefslogtreecommitdiff
path: root/sysutils/nut22/files/patch-data-html-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/nut22/files/patch-data-html-Makefile.in')
-rw-r--r--sysutils/nut22/files/patch-data-html-Makefile.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/nut22/files/patch-data-html-Makefile.in b/sysutils/nut22/files/patch-data-html-Makefile.in
new file mode 100644
index 000000000000..002733026fcf
--- /dev/null
+++ b/sysutils/nut22/files/patch-data-html-Makefile.in
@@ -0,0 +1,20 @@
+--- data/html/Makefile.in.orig 2007-07-05 15:21:23.000000000 +0200
++++ data/html/Makefile.in 2007-08-28 15:25:08.000000000 +0200
+@@ -285,7 +285,7 @@
+ uninstall-info-am:
+ install-dist_htmlDATA: $(dist_html_DATA)
+ @$(NORMAL_INSTALL)
+- test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
++ test -z "$(dist_html_DATA)" -o -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
+ @list='$(dist_html_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \
+@@ -302,7 +302,7 @@
+ done
+ install-nodist_htmlDATA: $(nodist_html_DATA)
+ @$(NORMAL_INSTALL)
+- test -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
++ test -z "$(nodist_html_DATA)" -o -z "$(htmldir)" || $(mkdir_p) "$(DESTDIR)$(htmldir)"
+ @list='$(nodist_html_DATA)'; for p in $$list; do \
+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+ f=$(am__strip_dir) \