Superpiffer's suggestion
This commit is contained in:
parent
8e365c63ee
commit
1bc3d129d6
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue