fix install script for Arch Linux
This commit is contained in:
@@ -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() {
|
||||
Reference in New Issue
Block a user