fix install script for Arch Linux

This commit is contained in:
2021-03-11 20:55:55 +01:00
parent 7d8d97597c
commit 9e59a3ffc8
2 changed files with 35 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
diff --unified --recursive --text python-pymupdf.orig/PKGBUILD python-pymupdf.new/PKGBUILD
--- python-pymupdf.orig/PKGBUILD 2021-03-11 19:46:08.778738089 +0100
+++ python-pymupdf.new/PKGBUILD 2021-03-11 19:55:19.992557839 +0100
@@ -18,6 +18,7 @@
prepare() {
cd "${_name}-${pkgver}"
+ patch --forward --strip=1 --input="${HOME}/.config/emacs/scripts/fix-pymupdf-library-linking-for-arcolinux.patch"
}
build() {