From 16b6b872219c0b92e3196c0d820e74d18fba4482 Mon Sep 17 00:00:00 2001 From: CapCreeperGR Date: Sat, 6 Jul 2024 20:35:12 +0000 Subject: [PATCH] usr/bin/locale-gen is now executable by default --- source.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/source.sh b/source.sh index 2d85cde..7acde3b 100644 --- a/source.sh +++ b/source.sh @@ -53,4 +53,5 @@ package() { mkdir -p "$BPM_OUTPUT"/lib64/ ln -sf ../lib/ld-linux-x86-64.so.2 "$BPM_OUTPUT"/lib64 ln -sf ../lib/ld-linux-x86-64.so.2 "$BPM_OUTPUT"/lib64/ld-lsb-x86_64.so.3 + chmod +x "$BPM_OUTPUT"/usr/bin/locale-gen }