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 }