Name
mk_symlink — Create symlink in staging area
Synopsis
MODULES="... core ..."
mk_symlink
TARGET=
target
LINK=
link
Options
DEPS=
deps
Specify additional dependencies of link
other than target
Description
Creates a symlink at link
which points to
target
.
Examples
# Make symlink /etc/foobar.conf that points to foobar.conf.default
mk_symlink LINK=/etc/foobar.conf TARGET=foobar.conf.default