mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
Do the right thing even if the source tree is a bunch of symlinks, say
lndir'd to a CDROM. Submitted-By: Richard Wackerbarth <rkw@shrimp.dataplex.net>
This commit is contained in:
parent
7fc4a454e2
commit
df3f7155e9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18074
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.18 1995/12/11 03:03:24 peter Exp $
|
||||
# $Id: Makefile,v 1.19 1996/01/21 17:57:25 bde Exp $
|
||||
#
|
||||
# Doing a make install builds /usr/share/examples
|
||||
|
||||
@ -18,7 +18,7 @@ all clean cleandir depend lint tags:
|
||||
beforeinstall: ${SHARED}
|
||||
|
||||
.for dir in ${DIRS}
|
||||
FILES!= find ${dir} \( -name CVS -prune \) -o -type f -print
|
||||
FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print
|
||||
.for file in ${FILES}
|
||||
copies::
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
|
||||
|
Loading…
Reference in New Issue
Block a user