From dc813ac74c5baf2eff163294b0ca49c64d561d06 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Thu, 12 Sep 2024 01:09:26 -0500 Subject: [PATCH] Remove plugin-container from chmod paths --- apps/Floorp/install-64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Floorp/install-64 b/apps/Floorp/install-64 index d9616a201b..a384dcd7ac 100755 --- a/apps/Floorp/install-64 +++ b/apps/Floorp/install-64 @@ -9,7 +9,7 @@ unzip -q /tmp/floorp-deb.zip -d /tmp/floorp-deb || error "failed to extract /tmp rm -f /tmp/floorp-deb.zip #no arm64 deb exists, so put arm64 files in deb structure -version=11.16.0 +version=11.18.1 wget -O /tmp/floorp.tar.bz2 "https://github.com/Floorp-Projects/Floorp/releases/download/v${version}/floorp-${version}.linux-aarch64.tar.bz2" status 'Extracting: /tmp/floorp.tar.bz2' @@ -77,7 +77,7 @@ cd /tmp/floorp-deb/DEBIAN command chmod +x postinst postrm preinst prerm || error "Failed to chmod +X control files" cd /tmp/floorp-deb/usr/lib/floorp -command chmod +x floorp floorp-bin glxtest vaapitest floorp.sh lib*.so plugin-container gmp-clearkey/0.1/libclearkey.so || error "Failed to chmod +X floorp main files" +command chmod +x floorp floorp-bin glxtest vaapitest floorp.sh lib*.so gmp-clearkey/0.1/libclearkey.so || error "Failed to chmod +x floorp main files" cd sudo chown -R root:root /tmp/floorp-deb || error "Failed to set root ownership"