Use ${LN} -sf when installing codecs links.
Feature safe: yes
This commit is contained in:
parent
166e936d8c
commit
504a0c089f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286686
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ do-install:
|
||||||
.for c in dnet ddnt
|
.for c in dnet ddnt
|
||||||
${INSTALL_DATA} ${WRKDIR}/usr/lib/codecs/$c.so.6.0 \
|
${INSTALL_DATA} ${WRKDIR}/usr/lib/codecs/$c.so.6.0 \
|
||||||
${RADIR}/codecs/
|
${RADIR}/codecs/
|
||||||
${LN} -s $c.so.6.0 ${RADIR}/codecs/$c.so
|
${LN} -sf $c.so.6.0 ${RADIR}/codecs/$c.so
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
.if !defined(WITHOUT_NLS)
|
.if !defined(WITHOUT_NLS)
|
||||||
|
|
Loading…
Reference in a new issue