Skip to content

Commit

Permalink
addpatch: par2cmdline 0.8.1-3
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 Sep 17, 2024
1 parent d22e16e commit 6e3e813
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions par2cmdline/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
--- PKGBUILD
+++ PKGBUILD
@@ -19,6 +19,11 @@ validpgpkeys=(
'DB2277BCD500AA3825610BDDDB323392796CA067'
)

+prepare() {
+ cd "$pkgname-$pkgver"
+ autoreconf -fi
+}
+
build() {
cd "$pkgname-$pkgver"
./configure --prefix=/usr

0 comments on commit 6e3e813

Please sign in to comment.