Skip to content

Commit

Permalink
doc/macports.conf.in: add -l option to rsync_options.
Browse files Browse the repository at this point in the history
For plain rsync-updating of base, not handling symlinks will skip them
and thus lead to compile errors when building base's internal TCL
version - which is symlinked to vendor/tcl.

This is not needed for the new and preferred tarball mechanism.
  • Loading branch information
Ionic committed Feb 12, 2017
1 parent 17c3d2a commit ff4f043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/macports.conf.in
Expand Up @@ -117,7 +117,7 @@ universal_archs @UNIVERSAL_ARCHS@
#rsync_dir macports/release/tarballs/base.tar

# Options to pass to rsync when fetching MacPorts base and the ports tree.
#rsync_options -rtzv --delete-after
#rsync_options -rtzvl --delete-after

# Type of generated StartupItems.
# - launchd: Create StartupItems for use with launchd.
Expand Down

0 comments on commit ff4f043

Please sign in to comment.