summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ff366f1d0db..7a1e8e9c855d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,9 +29,6 @@ build() {
cargo build --release
}
-#Jellyfin-RPC cannot be ran as root and is designed to be ran in userspace
-#As such, I've set very loose permissions for the configs
-
package() {
cd jellyfin-rpc
install -Dm0755 "target/release/jellyfin-rpc" -t "$pkgdir/usr/lib/jellyfin-rpc/"