usr/bin/locale-gen is now executable by default

This commit is contained in:
CapCreeperGR
2024-07-06 20:35:12 +00:00
parent 654ee2ba32
commit 16b6b87221
+1
View File
@@ -53,4 +53,5 @@ package() {
mkdir -p "$BPM_OUTPUT"/lib64/ 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
ln -sf ../lib/ld-linux-x86-64.so.2 "$BPM_OUTPUT"/lib64/ld-lsb-x86_64.so.3 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
} }