diff options
author | Mark Wagie | 2023-10-15 13:53:28 -0600 |
---|---|---|
committer | Mark Wagie | 2023-10-15 13:53:28 -0600 |
commit | 02ac62754924a87d0334bc767ec94f5b649858d3 (patch) | |
tree | eb559a331a3870366e7773589d16cde36f50e621 /PKGBUILD | |
parent | 9393d57871d4f00d4090bb4f23725e48886c6f35 (diff) | |
download | aur-02ac62754924a87d0334bc767ec94f5b649858d3.tar.gz |
fix owner & group ID
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgname=gnome-shell-extension-blur-my-shell _uuid=blur-my-shell@aunetx pkgver=51 -pkgrel=1 +pkgrel=2 pkgdesc="Extension that adds a blur look to different parts of the GNOME Shell" arch=('any') url="https://github.com/aunetx/blur-my-shell" @@ -22,7 +22,7 @@ package() { cd "blur-my-shell-$pkgver" install -d "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}" bsdtar xvf "build/${_uuid}.shell-extension.zip" \ - -C "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/" + -C "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/" --no-same-owner mv "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/locale" "$pkgdir/usr/share" |