mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-05 22:21:39 +00:00
newapkbuild: do not expand $CTARGET
This commit is contained in:
parent
fdbd71d816
commit
7e82b6a34b
@ -32,7 +32,7 @@ is_github_url() {
|
||||
|
||||
prepare_rust() {
|
||||
cat >>APKBUILD<<__EOF__
|
||||
cargo fetch --target="$CTARGET" --locked
|
||||
cargo fetch --target="\$CTARGET" --locked
|
||||
__EOF__
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user