mirror of
https://github.com/edu4rdshl/powerman.git
synced 2026-07-17 23:24:53 +00:00
Fix PKGBUILD
This commit is contained in:
parent
082f38d4af
commit
fed605008d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,5 +14,5 @@ package() {
|
|||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
install -Dm 755 bin/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
||||
install -Dm 644 ${pkgname}.service "${pkgdir}/usr/lib/systemd/system/"
|
||||
install -Dm 644 ${pkgname}.service "${pkgdir}/usr/lib/systemd/system/${pkgname}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue