Use beforeinstall' target instead of
install' target to avoid setting a
bad example.
This commit is contained in:
parent
ff47d490e4
commit
65041b566f
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.3 1996/12/28 17:42:47 peter Exp $
|
||||
# $Id: Makefile,v 1.4 1996/12/30 07:32:33 jkh Exp $
|
||||
|
||||
DISTRIBUTION= compat20
|
||||
|
||||
@ -14,7 +14,7 @@ ${lib}: ${lib}.gz.uu
|
||||
uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
|
||||
.endfor
|
||||
|
||||
install:
|
||||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.3 1996/12/28 17:42:48 peter Exp $
|
||||
# $Id: Makefile,v 1.4 1996/12/30 07:32:34 jkh Exp $
|
||||
|
||||
DISTRIBUTION= compat21
|
||||
|
||||
@ -13,7 +13,7 @@ ${lib}: ${lib}.gz.uu
|
||||
uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
|
||||
.endfor
|
||||
|
||||
install:
|
||||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${LIBS} \
|
||||
${DESTDIR}${LIBCOMPATDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user