Fix binary permissions

This commit is contained in:
2026-02-18 16:09:21 +02:00
parent 053c13f88f
commit 8a3e25ffaa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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/