summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69626d197843..a26569efcdd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gtk-theme-windows10
pkgver=0.8.4
-pkgrel=2
+pkgrel=3
pkgdesc="GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
url="https://github.com/Elbullazul/Windows-10"
@@ -26,7 +26,7 @@ package() {
install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10/{}" \;
if [echo $(pacman -Q openbox | sed 's/ .*//') == "openbox"]; then
- install -d -m 644 'tint2rc' "~/.config/tint2";
+ install -d -m 644 'tint2rc' "$pkgdir/~/.config/tint2";
fi
}