Skip to content

Commit

Permalink
addpatch: schroedinger 1.0.11-7
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 authored and felixonmars committed Sep 24, 2024
1 parent 96bb5ff commit b8a23b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions schroedinger/riscv64.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- PKGBUILD
+++ PKGBUILD
@@ -16,6 +16,12 @@ validpgpkeys=('9456AFC0814A8139E99483517FE6B095B582B0D4') # Timothy Gu
sha256sums=('1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912'
'SKIP')

+prepare() {
+ cd schroedinger-${pkgver}
+ cp /usr/share/autoconf/build-aux/config.guess config.guess
+ cp /usr/share/autoconf/build-aux/config.sub config.sub
+}
+
build() {
cd schroedinger-${pkgver}

0 comments on commit b8a23b4

Please sign in to comment.