mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 01:53:50 +02:00
clearlooks-phenix-darkpurpy-theme: use bsdtar instead of ar
This commit is contained in:
parent
e3e1eb23c5
commit
cdeed7df12
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ distfiles="http://packages.devuan.org/devuan/pool/main/c/${pkgname}/${pkgname}_$
|
|||
checksum=6b3dd568cb1ee37c5758ef55338b2b8784e7409cb2239a5d4b53de7af2584970
|
||||
|
||||
do_install() {
|
||||
ar x ${pkgname}_${version}-${_devuan_rel}_all.deb
|
||||
bsdtar xf ${pkgname}_${version}-${_devuan_rel}_all.deb
|
||||
bsdtar xf data.tar.xz
|
||||
vmkdir usr/share/themes
|
||||
vcopy usr/share/themes/Clearlooks-Phenix-DarkPurpy usr/share/themes
|
||||
|
|
Loading…
Add table
Reference in a new issue