upgpkg: pyfan 1.2-2

Removed sbin from install
This commit is contained in:
2019-10-04 11:04:55 +02:00
parent 6164fba088
commit f296f3076a
2 changed files with 3 additions and 3 deletions

View File

@@ -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"