aboutsummaryrefslogtreecommitdiff
path: root/science/gchempaint/files/patch-help_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'science/gchempaint/files/patch-help_Makefile.in')
-rw-r--r--science/gchempaint/files/patch-help_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/gchempaint/files/patch-help_Makefile.in b/science/gchempaint/files/patch-help_Makefile.in
new file mode 100644
index 000000000000..1b9f2bb6f91c
--- /dev/null
+++ b/science/gchempaint/files/patch-help_Makefile.in
@@ -0,0 +1,11 @@
+--- help/Makefile.in.orig Wed Jul 27 02:50:59 2005
++++ help/Makefile.in Wed Jul 27 02:51:22 2005
+@@ -972,7 +972,7 @@
+ else \
+ figfile="$(srcdir)/C/$$fig"; \
+ fi; \
+- figdir="$$lc/"`echo $$fig | sed -e 's/^\(.*\/\).*\|.*/\1/'`; \
++ figdir="$$lc/"`echo $$fig | sed -E -e 's/^(.*\/).*|.*/\1/'`; \
+ figdir="$(DESTDIR)$(HELP_DIR)/$(DOC_MODULE)/$$figdir"; \
+ if ! test -d "$$figdir"; then \
+ echo "$(mkinstalldirs) $$figdir"; \