diff options
author | Sheila Aman <sheila@vulpine.house> | 2021-07-21 13:55:31 +0000 |
---|---|---|
committer | Sheila Aman <sheila@vulpine.house> | 2021-07-21 13:55:49 +0000 |
commit | 12ae64861055306f2645c6500379378895b1c0b2 (patch) | |
tree | b2080f8e07cc733cd4faad2451341a1f71b18fca /user/atril/fix-autogen.patch | |
parent | 49e7734c7b0c843091c40833484810f0a9866394 (diff) | |
download | packages-12ae64861055306f2645c6500379378895b1c0b2.tar.gz packages-12ae64861055306f2645c6500379378895b1c0b2.tar.bz2 packages-12ae64861055306f2645c6500379378895b1c0b2.tar.xz packages-12ae64861055306f2645c6500379378895b1c0b2.zip |
user/atril: upgrade to 1.24.1
Diffstat (limited to 'user/atril/fix-autogen.patch')
-rw-r--r-- | user/atril/fix-autogen.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/user/atril/fix-autogen.patch b/user/atril/fix-autogen.patch new file mode 100644 index 000000000..d36a58073 --- /dev/null +++ b/user/atril/fix-autogen.patch @@ -0,0 +1,18 @@ +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 + } |