Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / scripts / mono-find-provides.in
index 5e440ab046bf8a6058aed1214e51a7ecc400234e..5b2e20602d5aa6ba0ab18adfd64134432ece4fb2 100644 (file)
@@ -8,6 +8,8 @@
 # (C) 2005 Novell (http://www.novell.com)
 #
 
+if [ -n "$DISABLE_MONO_RPM_AUTO_DEPS" ]; then exit 0; fi
+
 IFS=$'\n'
 filelist=($(grep -Ev '/usr/doc/|/usr/share/doc/'))
 monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))