catalyst-auto: run update_symlinks by default in pre_build

All configs defining update_symlinks run it in pre_build, and all the
other configs will want to do the same.  So make it the default in the
pre_build phase.
This commit is contained in:
Mike Frysinger 2018-01-15 20:42:19 -05:00
parent a8e70e1976
commit 8f6370f8b3
3 changed files with 1 additions and 9 deletions

View file

@ -94,7 +94,7 @@ update_symlinks() {
pre_build() {
# This is a skeleton function that you can override from the config file.
# It will be executed before the build is started.
:
update_symlinks
}
post_build() {

View file

@ -71,10 +71,6 @@ update_symlinks() {
done
}
pre_build() {
update_symlinks
}
post_build() {
cmd=(
rsync

View file

@ -75,10 +75,6 @@ update_symlinks() {
done
}
pre_build() {
update_symlinks
}
post_build() {
cmd=(
rsync