Add missing ${DESTDIR} so that the sample dir file ends up in the

correct place.
This commit is contained in:
Rodney W. Grimes 1995-02-14 21:15:58 +00:00
parent 4cba45558a
commit 99fd7a9b42

View file

@ -5,7 +5,8 @@
INFOFILES= dir
install:
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
${DESTDIR}${INFODIR}
clean cleandir obj:
@echo -n