summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzerophase2016-01-07 12:08:21 -0600
committerzerophase2016-01-07 12:08:21 -0600
commit90508e2df87959bc3e7099ba354e69f1f0003309 (patch)
treeb1062024733a74d73ae2fd24e27a966ccefdea55 /PKGBUILD
parenta03f5d1e4dee8276f79d9738ae5f4acc7536e001 (diff)
downloadaur-90508e2df87959bc3e7099ba354e69f1f0003309.tar.gz
Fix for openbox
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a26569efcdd8..404ce3e23ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gtk-theme-windows10
pkgver=0.8.4
-pkgrel=3
+pkgrel=4
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
url="https://github.com/Elbullazul/Windows-10"
@@ -25,7 +25,7 @@ package() {
find . -type f -exec \
install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10/{}" \;
- if [echo $(pacman -Q openbox | sed 's/ .*//') == "openbox"]; then
+ if [ $(pacman -Q openbox | sed 's/ .*//') == "openbox" ]; then
install -d -m 644 'tint2rc' "$pkgdir/~/.config/tint2";
fi
}