From 47d17b6ffb601ad1fede759f3e5f3ffe75ac33d2 Mon Sep 17 00:00:00 2001 From: Kazunori Kimura Date: Sun, 10 Oct 2021 23:51:57 +0900 Subject: [PATCH] remove duplicated installation of `bundler` `bundler 2.1.4` is default gem of ruby >= 2.7.1 and installed during ruby installation so we don't need to install it explicitly. --- assets/build/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/build/install.sh b/assets/build/install.sh index 4d152652..5180f20f 100755 --- a/assets/build/install.sh +++ b/assets/build/install.sh @@ -49,8 +49,6 @@ make -j"$(nproc)" make install cd "$PWD_ORG" && rm -rf /tmp/ruby -gem install bundler -N -v 2.1.4 - # PaX-mark ruby # Applying the mark late here does make the build usable on PaX kernels, but # still the build itself must be executed on a non-PaX kernel. It's done here