summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDerek J. Clark2023-04-20 04:52:06 -0700
committerDerek J. Clark2023-04-20 04:52:06 -0700
commit61459e9e3b8e51957d03ca183271931c34a14975 (patch)
treef5d6ab7235abf12560aa95ee7066c257afbb0a3d /PKGBUILD
parent8a380b3a3aaa0906efa032eea0a6178d0d8f1319 (diff)
downloadaur-61459e9e3b8e51957d03ca183271931c34a14975.tar.gz
switch from /usr/local/bin to /usr/bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c11bb834bcde..7a54597f136e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Samsagax <samsagax at gmail dot com>
_pkgbase=chimeraos-device-quirks
pkgname=${_pkgbase}-git
-pkgver=r36.037caac
+pkgver=r38.f3283ea
pkgrel=1
pkgdesc="A collection of device specific configuration files"
arch=('any')
@@ -55,7 +55,7 @@ package() {
install -v -m644 -D -t "${pkgdir}/usr/lib/sysctl.d/" usr/lib/sysctl.d/*
# Install bin
- install -v -m755 -D -t "${pkgdir}/usr/bin/" usr/local/bin/*
+ install -v -m755 -D -t "${pkgdir}/usr/bin/" usr/bin/*
#Install scripts
mkdir -p "${pkgdir}/etc/device-quirks"