Skip to content

Commit fe80bda

Browse files
committed
fix: make scripts executable when building the plugin
1 parent 33a1a1d commit fe80bda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/scripts/makepkg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ if [ "$CHOWN" = "y" ]; then
391391
fi
392392

393393
$SUDO find . -type d -exec chmod 755 {} + || exit 1
394+
$SUDO find . -type d -name scripts -exec find {} -type f -exec chmod +x {} + \;
394395
$SUDO find . -exec chown 0:0 {} + || exit 1
395396
set +e
396397
fi

0 commit comments

Comments
 (0)