mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 07:00:28 +00:00
Replace the rust install preset with an empty section
Using install -Dm755 ... is preferable over cargo install
This commit is contained in:
parent
d54d8f5d06
commit
28bba53928
@ -200,8 +200,8 @@ __EOF__
|
||||
|
||||
package_rust() {
|
||||
cat >>APKBUILD<<__EOF__
|
||||
cargo install --frozen --offline --path . --root="\$pkgdir/usr"
|
||||
rm "\$pkgdir"/usr/.crates*
|
||||
# Replace with proper package command(s)
|
||||
:
|
||||
__EOF__
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user