aboutsummaryrefslogtreecommitdiff
path: root/portable
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2024-05-13 14:46:34 -0400
committerB. Stack <bgstack15@gmail.com>2024-05-13 14:46:34 -0400
commit513932b3c8dc2d22bb17fd0680c7461c013de433 (patch)
tree4950284e4bc1c4417d8843db96b730a266463416 /portable
parentDisable non-Windows portable FFmpeg integration (diff)
downloadjellyfin-packaging-513932b3c8dc2d22bb17fd0680c7461c013de433.tar.gz
jellyfin-packaging-513932b3c8dc2d22bb17fd0680c7461c013de433.tar.bz2
jellyfin-packaging-513932b3c8dc2d22bb17fd0680c7461c013de433.zip
add initial research for rpm
Diffstat (limited to 'portable')
-rwxr-xr-xportable/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/portable/build.sh b/portable/build.sh
index 339823b..5b67467 100755
--- a/portable/build.sh
+++ b/portable/build.sh
@@ -104,7 +104,7 @@ done
popd
# Clean up any lingering artifacts
-make -f debian/rules clean
+make -f debian/rules clean || :
rm -rf ${BUILD_DIR}
popd
bgstack15