Use absolute paths for config.tonl
This commit is contained in:
@@ -10,7 +10,9 @@ FILENAME="${DOWNLOAD##*/}"
|
||||
prepare() {
|
||||
wget "$DOWNLOAD"
|
||||
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
||||
cp config.toml "$BPM_SOURCE"
|
||||
|
||||
# Copy rust build config to source directory
|
||||
cp "$BPM_WORKDIR"/config.toml "$BPM_SOURCE"/config.toml
|
||||
}
|
||||
|
||||
# The build function is executed in the source directory
|
||||
|
||||
Reference in New Issue
Block a user