mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
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() {
|
do_install() {
|
||||||
vmkdir "usr/share/icons"
|
vmkdir "usr/share/icons"
|
||||||
for _theme in AwOken{,Dark,White}.tar.gz; do
|
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
|
done
|
||||||
find "${DESTDIR}" -type d -exec chmod 755 '{}' \;
|
find "${DESTDIR}" -type d -exec chmod 755 '{}' \;
|
||||||
find "${DESTDIR}" -type f -exec chmod 644 '{}' \;
|
find "${DESTDIR}" -type f -exec chmod 644 '{}' \;
|
||||||
|
|
Loading…
Add table
Reference in a new issue