parsec: switch to bsdtar
This commit is contained in:
parent
6a96bc6d9d
commit
b38c4f0219
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ do_extract() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
tar xf "data.tar.xz" -C ${DESTDIR}
|
||||
bsdtar xf "data.tar.xz" -C ${DESTDIR}
|
||||
vmkdir usr/lib/parsec
|
||||
mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
|
||||
ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue