From 45e963a2a88964b188c6be7e017f792eda823850 Mon Sep 17 00:00:00 2001 From: Junji Hashimoto Date: Sun, 5 May 2024 04:36:43 +0900 Subject: [PATCH] Set +x --- libtokenizers.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/libtokenizers.rb b/libtokenizers.rb index a7d5e450f..aa24caf33 100644 --- a/libtokenizers.rb +++ b/libtokenizers.rb @@ -8,5 +8,6 @@ class Libtokenizers < Formula def install system "bash", "-c", "install -d #{lib}" system "bash", "-c", "cp -a lib/* #{lib}" + system "bash", "-c", "chmod +x #{lib}/*" end end