mirror of
https://github.com/house-of-vanity/rexec.git
synced 2025-07-07 00:54:06 +00:00
Fix
This commit is contained in:
1
PKGBUILD
1
PKGBUILD
@ -6,7 +6,6 @@ pkgdesc="Parallel SSH executor"
|
|||||||
url="https://github.com/house-of-vanity/rexec"
|
url="https://github.com/house-of-vanity/rexec"
|
||||||
license=("WTFPL")
|
license=("WTFPL")
|
||||||
arch=("x86_64")
|
arch=("x86_64")
|
||||||
makedepends=("rustup")
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 "$startdir/target/x86_64-unknown-linux-musl/release/rexec" "$pkgdir/usr/bin/rexec"
|
install -Dm755 "$startdir/target/x86_64-unknown-linux-musl/release/rexec" "$pkgdir/usr/bin/rexec"
|
||||||
|
Reference in New Issue
Block a user