Replace the rust install preset with an empty section

Using install -Dm755 ... is preferable over cargo install
This commit is contained in:
bjorn3 2023-03-27 14:25:43 +02:00
parent d54d8f5d06
commit 28bba53928

View File

@ -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__
}