diff --git a/srcpkgs/awoken-icons/template b/srcpkgs/awoken-icons/template index 20e5d36e5ed..f52c4f48187 100644 --- a/srcpkgs/awoken-icons/template +++ b/srcpkgs/awoken-icons/template @@ -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 '{}' \;