Skip to content

Commit 038fee7

Browse files
author
Marco Magdy
committed
Always make the bootstrap executable
1 parent 6784ec5 commit 038fee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/packager

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,10 @@ EOF
174174
if [[ $INCLUDE_LIBC == true ]]; then
175175
cp "$PKG_BIN_PATH" "$PKG_DIR/bin"
176176
echo -e "$bootstrap_script" > "$PKG_DIR/bootstrap"
177-
chmod +x "$PKG_DIR/bootstrap"
178177
else
179178
cp "$PKG_BIN_PATH" "$PKG_DIR/bootstrap"
180179
fi
180+
chmod +x "$PKG_DIR/bootstrap"
181181
# some shenanigans to create the right layout in the zip file without extraneous directories
182182
pushd "$PKG_DIR" > /dev/null
183183
zip --symlinks --recurse-paths "$PKG_BIN_FILENAME".zip -- *

0 commit comments

Comments
 (0)