goddamn tabs

This commit is contained in:
john smith 2023-02-03 12:24:26 +02:00 committed by ed
parent 9cb04eef93
commit 5817fb66ae

View file

@ -31,7 +31,7 @@ sha256sums=("56c02d43a0e6c18d71295268674454b4c6f5ff2ccef30fb95f81d58d2d1e260d"
package() { package() {
cd "${srcdir}/" cd "${srcdir}/"
install -dm755 "${pkgdir}/etc/${pkgname}.d" install -dm755 "${pkgdir}/etc/${pkgname}.d"
install -Dm755 "${pkgname}-sfx.py" "${pkgdir}/usr/bin/${pkgname}" install -Dm755 "${pkgname}-sfx.py" "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf" install -Dm644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf"
install -Dm644 "${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service" install -Dm644 "${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"