summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2018-08-12 18:16:32 -0700
committerLlewelyn Trahaearn2018-08-12 18:16:32 -0700
commit1d65244cd87401893e57863b438c477c5899381c (patch)
treed4415b1142cba5ac728130caf7860b7f03f8a4c7 /PKGBUILD
parent31cb248c7df4ea57f62a07ad59ce6a66b2bd5ebf (diff)
downloadaur-1d65244cd87401893e57863b438c477c5899381c.tar.gz
Fix misplaced file.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92c323d321d7..f6db78438339 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-arch-update
pkgver=27
-pkgrel=2
+pkgrel=3
pkgdesc="Convenient indicator for Arch Linux updates in GNOME Shell."
arch=('any')
url="https://github.com/RaphaelRochet/arch-update"
@@ -22,7 +22,8 @@ package() {
# Copy extension files into place.
find -maxdepth 1 \( -iname '*.js*' -or -iname '*.css' -or -iname '*.ui' \) -exec install -Dm644 -t "${_destdir}" '{}' +
find -maxdepth 2 \( -iname '*.svg*' \) -exec install -Dm644 -t "${_destdir}/icons" '{}' +
- find -name '*.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" '{}' +
+ install -Dm644 prefs.xml "${_destdir}"
+ find -name '*.gschema.xml' -exec install -Dm644 -t "${pkgdir}/usr/share/glib-2.0/schemas/" '{}' +
cd locale
for locale in */
do