summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoeLava2020-01-02 15:12:26 +0700
committerMoeLava2020-01-02 15:12:26 +0700
commitc4c90186511273cd6c8dd041e46520c037dc2fc8 (patch)
treef6b4070e46e285f162b41a6f600e891217da5e2c /PKGBUILD
parent3569d4ff1d6833a254d51d9c4542791b6a349da5 (diff)
downloadaur-c4c90186511273cd6c8dd041e46520c037dc2fc8.tar.gz
Add missing configurations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37e9632faf53..7085e04d3f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -61,6 +61,7 @@ package() {
install -Dm 644 -o root "$srcdir/$_pkgname/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm 644 -o root "30-$_lpkgname.rules" -t "$pkgdir/usr/lib/udev/rules.d"
install -Dm 644 -o root "$_pkgname.desktop" -t "$pkgdir/usr/share/applications"
+ cp -r "$srcdir/$_pkgname/TabletDriverLib/Configurations" "$pkgdir/usr/share/$_pkgname/"
install -Dm 755 -o root "$srcdir/$_pkgname/$_pkgname/out/OpenTabletDriver" -t "$pkgdir/usr/share/$_pkgname"
install -Dm 755 -o root "$_lpkgname" -t "$pkgdir/usr/bin"