Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-11-26 06:38:35 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-11-26 06:38:35 +0300
commitf89bbeb799d50c196c3993df35b5abe7fb17e99f (patch)
tree551feb962f97793062e2bd5f214ae968fe2f8319 /scripts
parentc37d1fae51fadfffea14452150b729234a074003 (diff)
More .exe removal
svn path=/trunk/mono/; revision=36606
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mono-find-provides.in2
-rw-r--r--scripts/mono-find-requires.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mono-find-provides.in b/scripts/mono-find-provides.in
index e287f2d7017..2766a452a9c 100644
--- a/scripts/mono-find-provides.in
+++ b/scripts/mono-find-provides.in
@@ -1,2 +1,2 @@
#!/bin/sh
-exec @bindir@/@mono_interp@ @plat_bindir@/mono-find-provides.exe "$@"
+exec @bindir@/@mono_interp@ @mono_one_instdir@/mono-find-provides.exe "$@"
diff --git a/scripts/mono-find-requires.in b/scripts/mono-find-requires.in
index 2493842ecb5..8b74418fbb5 100644
--- a/scripts/mono-find-requires.in
+++ b/scripts/mono-find-requires.in
@@ -1,2 +1,2 @@
#!/bin/sh
-exec @bindir@/@mono_interp@ @plat_bindir@/mono-find-requires.exe "$@"
+exec @bindir@/@mono_interp@ @mono_one_instdir@/mono-find-requires.exe "$@"