Fixed minor mistake in source.default
This commit is contained in:
parent
3ea431b98d
commit
8b39b3d575
@ -9,7 +9,7 @@ FILENAME="${DOWNLOAD##*/}"
|
|||||||
# This function is used for downloading files and putting them into the correct location
|
# This function is used for downloading files and putting them into the correct location
|
||||||
prepare() {
|
prepare() {
|
||||||
wget "$DOWNLOAD"
|
wget "$DOWNLOAD"
|
||||||
tar -xvf nano-"$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
tar -xvf "$FILENAME" --strip-components=1 -C "$BPM_SOURCE"
|
||||||
}
|
}
|
||||||
|
|
||||||
# The build function is executed in the source directory
|
# The build function is executed in the source directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user