From 4a9e8a3bf7752aa0cebeb2e7eb444030bab8916e Mon Sep 17 00:00:00 2001 From: lvfei Date: Tue, 18 Jul 2023 09:19:08 +0800 Subject: [PATCH] Remove unnecessary patches --- 0001-fedora-36-library-path.patch | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 0001-fedora-36-library-path.patch diff --git a/0001-fedora-36-library-path.patch b/0001-fedora-36-library-path.patch deleted file mode 100644 index 5f852e4..0000000 --- a/0001-fedora-36-library-path.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 21224ca19a7261c0cdff1b519f939aca2acb3459 Mon Sep 17 00:00:00 2001 -From: James Harmison -Date: Wed, 13 Jul 2022 10:58:30 -0400 -Subject: [PATCH] Patch to enable Fedora 36+ to derive the correct library - folder - ---- - dist/azote | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/dist/azote b/dist/azote -index 7684782..0859cdc 100755 ---- a/dist/azote -+++ b/dist/azote -@@ -1,5 +1,5 @@ - #!/bin/sh - --LIB=$(python3 -Ic "from sysconfig import get_path; print(get_path('purelib'))") -+LIB=$(python3 -Ic "from sysconfig import get_path; print(get_path('purelib', scheme='rpm_prefix'))") - cd $LIB/azote - exec /usr/bin/python3 main.py "$@" --- -2.36.1 - -- Gitee