Skip to content
Snippets Groups Projects
Commit a9d706dd authored by Leo's avatar Leo
Browse files

testing/pipexec: fix build on riscv64

parent 19db0e0a
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,11 @@ source="https://github.com/flonatel/pipexec/releases/download/$pkgver/$pkgname-$
dont-require-bash.patch"
builddir="$srcdir/$pkgname-$pkgver"
prepare() {
default_prepare
update_config_sub
}
build() {
cd "$builddir"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment