summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiovanni Harting2019-10-04 11:04:55 +0200
committerGiovanni Harting2019-10-04 11:04:55 +0200
commit11beaa7b823fe9f786dc96768d468bc922656073 (patch)
tree42c7d02fcd4a2963cae7d9506ef79b26de48cef1 /PKGBUILD
parent3f154d3b6ad0814142cb2921d19f17b53a397e88 (diff)
downloadaur-11beaa7b823fe9f786dc96768d468bc922656073.tar.gz
upgpkg: pyfan 1.2-2
Removed sbin from install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23f439390bc6..925f3fba6fbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyfan
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fan control utilising hwmon and pid"
arch=('any')
url="https://git.harting.dev/IdleGandalf/PyFan"
@@ -16,7 +16,7 @@ sha256sums=('b054e26a6dc4e4000bc9509fb04ae9ad860d7053fb0eec9505bbc46fce4820ff')
package() {
cd "$pkgname"
- install -Dm755 pyfan.py "${pkgdir}/usr/sbin/pyfan.py"
+ install -Dm755 pyfan.py "${pkgdir}/usr/bin/pyfan.py"
install -Dm644 pyfan.service "${pkgdir}/usr/lib/systemd/system/pyfan.service"
install -Dm644 config-example.yaml "${pkgdir}/usr/share/doc/$pkgname/config-example.yaml"
install -Dm644 README.md "${pkgdir}/usr/share/doc/$pkgname/README"