diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-01 13:29:45 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-01 13:29:45 +0000 |
| commit | 7206028152b8c96c70e558afad497b6c42d6d505 (patch) | |
| tree | 1547bd1d0f16073194e852bff171ee4908d6626c /share/examples/Makefile | |
| parent | 7e3998a3deeed2125ceaf3b576a2fabe541a8116 (diff) | |
Notes
Diffstat (limited to 'share/examples/Makefile')
| -rw-r--r-- | share/examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile index 72ea6bf69a23..bd7f01443284 100644 --- a/share/examples/Makefile +++ b/share/examples/Makefile @@ -262,7 +262,7 @@ beforeinstall: ${SHARED} etc-examples copies: .for i in ${LDIRS} - if [ -h ${DESTDIR}${BINDIR}/$i ]; then \ + if [ -L ${DESTDIR}${BINDIR}/$i ]; then \ rm -f ${DESTDIR}${BINDIR}/$i; \ fi .endfor |
