libcap: erm, missed ln(1) in previous as well!
--HG-- extra : convert_revision : 34f5b74efc598f3802a1fc40cc4f4d944676c86b
This commit is contained in:
parent
05fdc13c57
commit
276a497c75
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ pre_install()
|
||||||
{
|
{
|
||||||
if [ "$xbps_machine" = "x86_64" ]; then
|
if [ "$xbps_machine" = "x86_64" ]; then
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
cd ${DESTDIR}/usr && ln -sv lib lib64 && cd ${wrksrc}
|
cd ${DESTDIR}/usr && ln -s lib lib64 && cd ${wrksrc}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue