Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com> Upstream-commit: 973bce210039085416229c05c97c23feb5db9866 Component: engine
9 lines
91 B
Bash
Executable File
9 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
rm -rf "$DEST"
|
|
|
|
(
|
|
source "${MAKEDIR}/install-binary-daemon"
|
|
)
|