summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0xGingi2023-08-12 15:04:04 -0400
committer0xGingi2023-08-12 15:04:04 -0400
commitbfbaa280e97b9887c2706a91e55a9116117248f8 (patch)
tree5dd272609fc50597e8f6ec01ff7a6ec8c7699a0e
parentc7eee5d4a0123524eaf8b43a6fd6cd5241a080f4 (diff)
downloadaur-bfbaa280e97b9887c2706a91e55a9116117248f8.tar.gz
modified: 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/"