summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfrostworx2020-08-03 21:51:25 +0200
committerfrostworx2020-08-03 21:51:25 +0200
commit9cfe57377849ba0fc610ed3733ae830a588ca10c (patch)
tree22f031f138bfff6ced9ef49f1751ac57b4b63418 /PKGBUILD
parentbcbfcbde78a1fed85803e5b0823c48d8d2d0d969 (diff)
downloadaur-9cfe57377849ba0fc610ed3733ae830a588ca10c.tar.gz
added installation of categories dir
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32eb9a516aed..acc607a95388 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -37,7 +37,7 @@ package() {
install -Dm755 stl -t "$pkgdir/usr/bin"
install -d "$pkgdir/usr/share/stl"
- cp -r regs sbs tweaks "$pkgdir/usr/share/stl"
+ cp -r categories regs sbs tweaks "$pkgdir/usr/share/stl"
install -Dm644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
}