diff --git a/pkg.info b/pkg.info index 6f227c4..038d323 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: gn description: Meta-build system that generates build files for Ninja version: 2026.02.05 -revision: 1 +revision: 2 url: https://gn.googlesource.com/gn/ license: BSD-3-Clause maintainers: diff --git a/source.sh b/source.sh index b4176b8..7fd073a 100644 --- a/source.sh +++ b/source.sh @@ -33,7 +33,7 @@ check() { # The package function is executed in the source directory # This function is used to move the compiled files into the output directory package() { - install -Dm644 out/gn "$BPM_OUTPUT"/usr/bin/gn + install -Dm755 out/gn "$BPM_OUTPUT"/usr/bin/gn # Install documentation install -Dm644 docs/* -t "$BPM_OUTPUT"/usr/share/doc/gn/