summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzerophase2016-02-01 06:18:56 -0600
committerzerophase2016-02-01 06:18:56 -0600
commit4d2528667f61ef8fcda888a7fe2e4d3001e5c022 (patch)
tree075648c38942bab9744a4ab36dfcb87c08a06eca
parent4573f6cd6c4be00b0ce82d9c8680603115d49663 (diff)
downloadaur-windows10-tint2rc.tar.gz
Fix install script
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f88247665c4c..f7861c3f8dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 12:12:07 UTC 2016
+# Mon Feb 1 12:18:41 UTC 2016
pkgbase = windows10-tint2rc
pkgdesc = tin2rc file for windows10 gtk theme
pkgver = 0.8.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Elbullazul/windows-10
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 4526df4be0b8..68d18ec977c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='windows10-tint2rc'
pkgver=0.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="tin2rc file for windows10 gtk theme"
arch=('any')
url="https://github.com/Elbullazul/windows-10"
@@ -14,5 +14,5 @@ package()
{
mv tint2rc windows10.tint2rc
- install -d -m 755 "$pkgdir/usr/share/tint2/windows10.tint2rc"
+ install -D -m 755 windows10.tint2rc "$pkgdir/usr/share/tint2/windows10.tint2rc"
} \ No newline at end of file