diff --git a/packaging/packager b/packaging/packager index 22bf081..c050696 100755 --- a/packaging/packager +++ b/packaging/packager @@ -177,7 +177,7 @@ if [[ $INCLUDE_LIBC == true ]]; then else cp "$PKG_BIN_PATH" "$PKG_DIR/bootstrap" fi - chmod +x "$PKG_DIR/bootstrap" +chmod +x "$PKG_DIR/bootstrap" # some shenanigans to create the right layout in the zip file without extraneous directories pushd "$PKG_DIR" > /dev/null zip --symlinks --recurse-paths "$PKG_BIN_FILENAME".zip -- *