2007-05-05 Wade Berrier <wberrier@novell.com>
[mono.git] / scripts / mono-find-provides.in
index de468c27e685d0c96086dd1f0aadab8c38e75d74..ac9d1c83aeb5528f6668f09472d0f68c05b3a43d 100644 (file)
@@ -17,19 +17,15 @@ monolist=($(printf "%s\n" "${filelist[@]}" | egrep "\\.(exe|dll)\$"))
 #monolist=($(printf "%s\n" "${monolist[@]}" | egrep "/gac/"))
 # Disabled... see ChangeLog
 
-a=`which "$0"`
-d=`dirname "$a"`
-
 # Set the prefix, unless it is overriden (used when building mono rpms)
-: ${prefix=$d/..}
+: ${prefix=@prefix@}
 
-exec_prefix=$d/..
 libdir=$prefix/@reloc_libdir@
-bindir=$d
+bindir=$prefix/bin
 
 # Bail out if monodis or libmono is missing
 if [ ! -x $bindir/monodis ] || [ ! -f $libdir/libmono.so ] ; then
-       echo "monodis missing or unusable, exiting..."
+       echo "monodis missing or unusable, exiting..." 1>&2
        exit 1
 fi