diff options
author | Zach van Rijn <me@zv.io> | 2021-07-27 23:41:01 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-27 23:41:01 +0000 |
commit | dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d (patch) | |
tree | f0b5cb765c7f5a5ad19dd7db8303e1816ba9ebdf /user/atril/fix-autogen.patch | |
parent | cb89ebf6d88ee2ce9c87fbfc27d75fa65b3baa48 (diff) | |
parent | eff1c3c87532b591492fec9e3952425e199547a9 (diff) | |
download | packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.tar.gz packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.tar.bz2 packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.tar.xz packages-dbf2ee8a4c30d9326a182f421fbc2e5b58f9fc6d.zip |
Merge branch 'aerdan/20210721' into 'master'
Bump packages owned by Síle
See merge request adelie/packages!619
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 + } |