summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'instruby.rb')
-rwxr-xr-xinstruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index 634e86d069..3c83dc3dc1 100755
--- a/instruby.rb
+++ b/instruby.rb
@@ -386,7 +386,7 @@ install?(:local, :comm, :man) do
if $mantype == "doc"
install mdoc, destfile, :mode => $data_mode
else
- require 'tool/mdoc2man.rb'
+ require "../tool/mdoc2man.rb"
w = Tempfile.open(mdoc)