pysolfc-cardsets: switch to bsdtar

This commit is contained in:
Jürgen Buchmüller 2020-01-24 16:47:45 +01:00
parent b38c4f0219
commit 608013aa48

View file

@ -14,5 +14,5 @@ checksum=c388d6360191b3b7e463d84e5a64260c4e3ed36e791a85227d7e8923f3f47ca7
do_install() {
vmkdir usr/share/PySolFC/cardsets
tar -xjf PySolFC-Cardsets-${version}.tar.bz2 --strip-components=1 -C $DESTDIR/usr/share/PySolFC/cardsets
bsdtar -xjf PySolFC-Cardsets-${version}.tar.bz2 --strip-components=1 -C $DESTDIR/usr/share/PySolFC/cardsets
}