Fix binary permissions
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user