ports/shells/bash/files/patch-builtins::Makefile.in
Renato Botelho 96a33532bb - Update to 3.1.10
PR:		ports/91036
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
Approved by:	maintainer timeout (54 days)
2006-02-21 15:29:59 +00:00

11 lines
453 B
Text

--- builtins/Makefile.in.orig Wed Dec 28 19:49:25 2005
+++ builtins/Makefile.in Wed Dec 28 19:50:01 2005
@@ -178,7 +178,7 @@
install-help:
@-if test -n "${HELPDIR}" && test -d helpfiles ; then \
- test -d ${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
+ test -d ${DESTDIR}${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
( for f in helpfiles/*; do \
echo installing $$f; \
${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \