##// END OF EJS Templates
use DESTDIR both places its needed
Jonathan Smith <https://issues.rpath.com/> -
r4032:c9160748 default
parent child Browse files
Show More
@@ -36,7 +36,7 b' MANIFEST: man html'
36 36 install: man
37 37 for i in $(MAN) ; do \
38 38 subdir=`echo $$i | sed -n 's/..*\.\([0-9]\)$$/man\1/p'` ; \
39 mkdir -p $(MANDIR)/$$subdir ; \
39 mkdir -p $(DESTDIR)/$(MANDIR)/$$subdir ; \
40 40 $(INSTALL) $$i $(DESTDIR)/$(MANDIR)/$$subdir ; \
41 41 done
42 42
General Comments 0
You need to be logged in to leave comments. Login now