From 36e217142f0eeab8f0817396bc236534bb476851 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Feb 2024 10:12:20 +1100 Subject: [PATCH] Build: remove svn from Linux build deps script --- build_files/build_environment/linux/linux_rocky8_setup.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build_files/build_environment/linux/linux_rocky8_setup.sh b/build_files/build_environment/linux/linux_rocky8_setup.sh index 6a14f40e0b3..8f3e3562e53 100644 --- a/build_files/build_environment/linux/linux_rocky8_setup.sh +++ b/build_files/build_environment/linux/linux_rocky8_setup.sh @@ -9,8 +9,8 @@ set -e if [ `id -u` -ne 0 ]; then - echo "This script must be run as root" - exit 1 + echo "This script must be run as root" + exit 1 fi # Required by: config manager command below to enable powertools. @@ -47,8 +47,6 @@ PACKAGES_FOR_LIBS=( # Used to checkout Blender's code. git git-lfs - # Used to checkout Blender's `../lib/` directory. - subversion # Used to extract packages. bzip2 # Used to extract packages.