diff options
Diffstat (limited to 'user/atril/fix-autogen.patch')
-rw-r--r-- | user/atril/fix-autogen.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/user/atril/fix-autogen.patch b/user/atril/fix-autogen.patch deleted file mode 100644 index d36a58073..000000000 --- a/user/atril/fix-autogen.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nurd atril-1.24.1/autogen.sh atril-1.24.1.new/autogen.sh ---- atril-1.24.1/autogen.sh 2021-03-22 16:22:43.000000000 +0000 -+++ atril-1.24.1.new/autogen.sh 2021-07-21 12:33:41.678910859 +0000 -@@ -12,12 +12,12 @@ - exit 1 - } - --which mate-autogen || { -+command -v mate-autogen || { - echo "You need to install mate-common" - exit 1 - } - --which yelp-build || { -+command -v yelp-build || { - echo "You need to install yelp-tools" - exit 1 - } |