aboutsummaryrefslogtreecommitdiffstats
path: root/instruby.rb
diff options
context:
space:
mode:
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/instruby.rb b/instruby.rb
index c4ab168d6b..984a992b3b 100644
--- a/instruby.rb
+++ b/instruby.rb
@@ -59,7 +59,7 @@ include FileUtils::NoWrite if $dryrun
def install(src, dest, options = {})
options[:preserve] = true
- super
+ super src, dest, options
end
$made_dirs = {}