mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Temporarily add mkdir/chown of /usr/include/${LUDIR} so that things
are consistent with the mtree file. These and all other mkdir/chown/ chmod calls shall be removed in a future version of this file.
This commit is contained in:
parent
5a9e9cbac4
commit
07cf92fa27
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# From: @(#)Makefile 8.2 (Berkeley) 1/4/94
|
||||
# $Id: Makefile,v 1.19 1994/11/01 09:19:50 pst Exp $
|
||||
# $Id: Makefile,v 1.20 1994/11/15 13:42:18 ache Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/include
|
||||
#
|
||||
|
|
@ -84,6 +84,8 @@ beforeinstall: ${SHARED}
|
|||
|
||||
copies:
|
||||
rm -rf ${DESTDIR}/usr/include/${LUDIR}
|
||||
mkdir ${DESTDIR}/usr/include/${LUDIR}
|
||||
chown ${BINOWN}.${BINGRP} ${DESTDIR}/usr/include/${LUDIR}
|
||||
@-for i in ${LDIRS} ${UDIRS}; do \
|
||||
${ECHO} ${SHARED} $$i; \
|
||||
rm -rf ${DESTDIR}/usr/include/$$i; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue