]> git.pld-linux.org Git - packages/mono.git/commitdiff
- don't check if non-existing library exists
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 20:47:41 +0000 (22:47 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 21 Oct 2018 20:47:41 +0000 (22:47 +0200)
consistent-rpm-prov-req.patch

index 0be3bf10d8946956291f58597186a5a3ef4bd0f8..06342b4a4dc8fff82c0d56d477b41d3b9f2c5b9c 100644 (file)
@@ -9,3 +9,23 @@
  # Disabled... see ChangeLog
  
  # Set the prefix, unless it is overriden (used when building mono rpms)
+@@ -26,7 +26,7 @@
+ bindir=$prefix/bin
+ # Bail out if monodis or libmono is missing
+-if [ ! -x $bindir/monodis ] || [ ! -f $libdir/libmono-2.0.so.1 ] ; then
++if [ ! -x $bindir/monodis ]; then
+       echo "monodis missing or unusable, exiting..." 1>&2
+       exit 1
+ fi
+--- mono-4.8.1/scripts/mono-find-requires.in~  2018-10-21 22:38:34.000000000 +0200
++++ mono-4.8.1/scripts/mono-find-requires.in   2018-10-21 22:43:46.468368810 +0200
+@@ -30,7 +30,7 @@
+ bindir=$prefix/bin
+ # Bail out if monodis or libmono is missing
+-if [ ! -x $bindir/monodis ] || [ ! -f $libdir/libmono-2.0.so.1 ] ; then
++if [ ! -x $bindir/monodis ]; then
+       echo "monodis missing or unusable, exiting..." 1>&2
+       exit 1
+ fi
This page took 0.090452 seconds and 4 git commands to generate.