Skip to content

Commit

Permalink
programs/netperf/pkg/PKGBUILD: fix wrong format
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
rli9 committed Jun 28, 2024
1 parent 87760f7 commit d6d8de7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions programs/netperf/pkg/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ md5sums=('e0d45b5bca1eee2aef0155de82366202' 'SKIP' 'SKIP')
build()
{
cd "$srcdir/$pkgname-$pkgname-$pkgver.$pkgrel"
if [[ $CARCH == 'riscv64' ]]; then
cp ../config.guess ../config.sub .
fi
if [[ $CARCH == 'riscv64' ]]; then
cp ../config.guess ../config.sub .
fi

# sendfile_tcp_stream() misses assignment of len and it is possible
# for random len to trigger the following issue, so fix it.
Expand Down

0 comments on commit d6d8de7

Please sign in to comment.