Fix binary permissions
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: gn
|
name: gn
|
||||||
description: Meta-build system that generates build files for Ninja
|
description: Meta-build system that generates build files for Ninja
|
||||||
version: 2026.02.05
|
version: 2026.02.05
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://gn.googlesource.com/gn/
|
url: https://gn.googlesource.com/gn/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ check() {
|
|||||||
# The package function is executed in the source directory
|
# The package function is executed in the source directory
|
||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
install -Dm644 out/gn "$BPM_OUTPUT"/usr/bin/gn
|
install -Dm755 out/gn "$BPM_OUTPUT"/usr/bin/gn
|
||||||
|
|
||||||
# Install documentation
|
# Install documentation
|
||||||
install -Dm644 docs/* -t "$BPM_OUTPUT"/usr/share/doc/gn/
|
install -Dm644 docs/* -t "$BPM_OUTPUT"/usr/share/doc/gn/
|
||||||
|
|||||||
Reference in New Issue
Block a user