Fix PKGBUILD

This commit is contained in:
Eduard Tolosa 2019-03-30 15:37:38 -05:00
parent 082f38d4af
commit fed605008d

View file

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