summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzerophase2015-12-12 01:09:42 -0600
committerzerophase2015-12-12 01:09:42 -0600
commit186139ea5c5f858ff52a7acb20c48b404d93c960 (patch)
treedd00b7deeb4475f06d3b793c5aa2907f0d72a8ae /PKGBUILD
parent85fe5b6d3992774bd431235f040cb8beb9b40239 (diff)
downloadaur-186139ea5c5f858ff52a7acb20c48b404d93c960.tar.gz
Fixed directory for cd
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d630ac3fa2b2..d119f60c7564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gtk-theme-windows10
pkgver=0.8.1
-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"
@@ -14,7 +14,7 @@ source=("https://github.com/Elbullazul/Windows-10/releases/download/v0.8.1/Windo
sha1sums=('998025c4735c4b015e81e09c78f57773bce88c43')
package() {
- cd Windows\ 10\ Light
+ cd Windows\ 10
# create theme dir
install -d -m 755 "$pkgdir/usr/share/themes/Windows10"