bluebird-themes: use bsdtar

This commit is contained in:
Jürgen Buchmüller 2020-07-22 22:36:20 +02:00
parent d253fcf79d
commit c4f6b779bc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ distfiles="https://github.com/shimmerproject/Bluebird/archive/v${version}.tar.gz
checksum=b8da767c0ed66e2c0e8c2f78a8c827d8757634179b114a1352590f4e6d0b32c8
do_install() {
tar xzf v${version}.tar.gz
bsdtar xzf v${version}.tar.gz
vmkdir usr/share/themes
vcopy Bluebird-${version} usr/share/themes/Bluebird
}