summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b3a429da164..06e1e5961a57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=thunderbird-gnome-theme
pkgname=thunderbird-gnome-theme-git
-pkgver=r34.6108cc5
+pkgver=r53.fcae3fb
pkgrel=1
pkgdesc='A GNOME theme for Thunderbird'
arch=('any')
@@ -36,9 +36,11 @@ package() {
cd "${_pkgname}"
# Install user.js script and theme
- install -dm644 "${pkgdir}/usr/lib/${_pkgname}/"{configuration,theme}
+ install -dm755 "${pkgdir}/usr/lib/${_pkgname}/"{configuration,theme}
cp -dr --preserve=mode,timestamp configuration "${pkgdir}/usr/lib/${_pkgname}"
cp -dr --preserve=mode,timestamp theme "${pkgdir}/usr/lib/${_pkgname}"
+ install -Dm644 -t "${pkgdir}/usr/lib/${_pkgname}" userChrome.css
+ install -Dm644 -t "${pkgdir}/usr/lib/${_pkgname}" userContent.css
# Install docs & license
install -Dm644 -t "${pkgdir}/usr/share/doc/${_pkgname}" README.md