|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.4, 1993/04/04 15:31:38 | version 1.5, 1993/04/08 14:02:00 | ||
|---|---|---|---|
|
|
||
| .if !target(install) | .if !target(install) | ||
| .if !target(beforeinstall) | .if !target(beforeinstall) | ||
| beforeinstall: | beforeinstall: | ||
| @if [ ! -d ${DESTDIR}${LIBDIR} ]; then \ | |||
| /bin/rm ${DESTDIR}${LIBDIR} ; \ | |||
| mkdir -p ${DESTDIR}${LIBDIR} ; \ | |||
| chown root.wheel ${DESTDIR}${LIBDIR} ; \ | |||
| chmod 755 ${DESTDIR}${LIBDIR} ; \ | |||
| else \ | |||
| true ; \ | |||
| fi | |||
| .endif | .endif | ||
| realinstall: beforeinstall | realinstall: beforeinstall |