binary_includes: Activate when the directory exists (Closes: #1069349)
This commit is contained in:
parent
4f7f59f9e5
commit
cf963c36b1
|
@ -21,6 +21,11 @@ USAGE="${PROGRAM} [--force]"
|
|||
# Processing arguments and configuration files
|
||||
Init_config_data "${@}"
|
||||
|
||||
if [ ! -d config/includes.binary ]; then
|
||||
# Nothing to do
|
||||
exit 0
|
||||
fi
|
||||
|
||||
Echo_message "Begin copying binary includes..."
|
||||
|
||||
# Requiring stage file
|
||||
|
|
Loading…
Reference in New Issue