awoken-icons: use bsdtar
This commit is contained in:
parent
61dec90bcc
commit
b13ed56786
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ fi
|
|||
do_install() {
|
||||
vmkdir "usr/share/icons"
|
||||
for _theme in AwOken{,Dark,White}.tar.gz; do
|
||||
tar --no-same-owner -xzf "$_theme" -C "${DESTDIR}/usr/share/icons/"
|
||||
bsdtar --no-same-owner -xzf "$_theme" -C "${DESTDIR}/usr/share/icons/"
|
||||
done
|
||||
find "${DESTDIR}" -type d -exec chmod 755 '{}' \;
|
||||
find "${DESTDIR}" -type f -exec chmod 644 '{}' \;
|
||||
|
|
Loading…
Add table
Reference in a new issue