Skip to content

Commit

Permalink
addpatch: nload 0.7.4-8
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <i@rain.cx>
  • Loading branch information
qyl27 authored and felixonmars committed Oct 1, 2024
1 parent 1bd3a76 commit da2f3f9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions nload/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
--- PKGBUILD
+++ PKGBUILD
@@ -16,6 +16,7 @@ prepare() {
cd $pkgname-$pkgver
# make gzip reproducible by not embedding timestamps
sed -i 's/gzip -f/gzip -nf'/ docs/Makefile.am docs/Makefile.in
+ autoreconf -fi
}

build() {

0 comments on commit da2f3f9

Please sign in to comment.