Skip to content

Commit

Permalink
updpatch: vnstat 2.11-1
Browse files Browse the repository at this point in the history
Fix rotten patch.

Upstream does not want to update autotools: vergoh/vnstat#239 (comment)
  • Loading branch information
hack3ric authored and felixonmars committed Sep 8, 2023
1 parent 0fa5a69 commit a720a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vnstat/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
--- PKGBUILD
+++ PKGBUILD
@@ -20,6 +20,7 @@ validpgpkeys=(23EF1DD76E65248FB055201ADAFE84E63D140114) # Teemu Toivola
@@ -21,6 +21,7 @@ validpgpkeys=(23EF1DD76E65248FB055201ADAFE84E63D140114) # Teemu Toivola

build() {
cd "$srcdir"/$pkgname-$pkgver
cd $pkgname-$pkgver
+ autoreconf -fiv
./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
make
Expand Down

0 comments on commit a720a01

Please sign in to comment.