aboutsummaryrefslogblamecommitdiffstats
path: root/shells/bash/files/patch-builtins::Makefile.in
blob: 45d34668a9c9767088f09e959c7738e3f65a9bc1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11









                                                                                          
--- builtins/Makefile.in.orig   Mon Oct 11 15:32:28 2004
+++ builtins/Makefile.in    Mon Oct 11 15:32:58 2004
@@ -177,7 +177,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) ;\
        ( cd helpfiles ; \
          for f in *; do \
            echo installing $$f; \