summaryrefslogtreecommitdiff
path: root/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index ce5f830ea6..2598d97b9d 100644
--- a/common.mk
+++ b/common.mk
@@ -1082,7 +1082,7 @@ update-config_files: PHONY
update-gems: PHONY
$(ECHO) Downloading bundled gem files...
- $(Q) $(RUNRUBY) -I$(srcdir)/tool -rdownloader -answ \
+ $(Q) $(RUNRUBY) -I$(srcdir)/../tool -rdownloader -answ \
-C "$(srcdir)/gems" \
-e 'gem, ver = *$$F' \
-e 'gem = "#{gem}-#{ver}.gem"' \