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:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index e0b44f7b5aa..88be6ea53c8 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -88,8 +88,8 @@ $(monobins_DATA):
setreg.exe) d=tools/security ;; \
sn.exe) d=tools/security ;; \
monop.exe) d=tools/monop ;; \
- mono-find-provides.exe) d=tools/mono-rpm-helpers ;; \
- mono-find-requires.exe) d=tools/mono-rpm-helpers ;; \
+ mono-find-provides.exe) d=tools/mono-rpm-helpers/mono-find-provides ;; \
+ mono-find-requires.exe) d=tools/mono-rpm-helpers/mono-find-requires ;; \
browsercaps-updater.exe) d=tools/browsercaps-updater ;; \
gacutil.exe) d=tools/gacutil ;; \
gmcs.exe) d=gmcs ;; \