catalyst-auto-sparc64.conf: only rsync in final post_build call
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
parent
d1bcb8f4ed
commit
3eb7bc30bc
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ update_symlinks() {
|
||||||
|
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
|
# We only want to do anything on the final (0 argument) post_build call
|
||||||
|
[ $# -eq 0 ] || return 0
|
||||||
|
|
||||||
mkdir -p ${TMPDIR}/empty
|
mkdir -p ${TMPDIR}/empty
|
||||||
cmd=(
|
cmd=(
|
||||||
rsync
|
rsync
|
||||||
|
|
Loading…
Add table
Reference in a new issue