mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixed typo that caused make install to fall if SHARED=copies.
This commit is contained in:
parent
2bda0e5dc8
commit
3e9ab531ca
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.5 1994/09/13 02:21:03 wollman Exp $
|
||||
# $Id: Makefile,v 1.7 1994/09/23 07:19:25 rgrimes Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/share/examples
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ copies:
|
|||
@${ECHO} installing ${DESTDIR}/usr/share/examples
|
||||
@-for a in ${DIRS}; do \
|
||||
rm -rf ${DESTDIR}/usr/share/examples/$$a; \
|
||||
cp =rp $$a ${DESTDIR}/usr/share/examples; \
|
||||
cp -rp $$a ${DESTDIR}/usr/share/examples; \
|
||||
done
|
||||
|
||||
symlinks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue