Superpiffer's suggestion

This commit is contained in:
d 2016-09-23 10:05:21 -04:00
parent 8e365c63ee
commit 1bc3d129d6

View file

@ -16,7 +16,7 @@ package() {
cd "$srcdir"
install -d -m755 "${pkgdir}/opt/"
cp -dpr --no-preserve=ownership "${srcdir}/Jackett"* "${pkgdir}/opt/"
cp -dpr --no-preserve=ownership "${srcdir}/Jackett" "${pkgdir}/opt/"
install -D -m644 "${srcdir}/jackett.service" "${pkgdir}/usr/lib/systemd/system/jackett.service"
install -d -m755 "${pkgdir}/usr/share/Jackett"
}