Skip to content

Commit

Permalink
Pass -y flag to zip (store symlinks instead of dereferencing)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevali committed Aug 23, 2009
1 parent b869112 commit 8b30906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installer/build_installer_pkg.command
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ rm -rf "$BUILT_PRODUCTS_DIR/ClickToFlash-nonadmin.pkg"

# Stuff it into a .zip.
cd "$BUILT_PRODUCTS_DIR"
zip -r "$VERSIONED_NAME.zip" "ClickToFlash.mpkg"
zip -r -y "$VERSIONED_NAME.zip" "ClickToFlash.mpkg"
cd $SCRIPT_WD

rm -rf "$MY_INSTALLER_ROOT"

0 comments on commit 8b30906

Please sign in to comment.