diff options
-rwxr-xr-x | plugins/LV2/makeplugin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/LV2/makeplugin b/plugins/LV2/makeplugin index e8ff889..de6aaeb 100755 --- a/plugins/LV2/makeplugin +++ b/plugins/LV2/makeplugin @@ -1,4 +1,7 @@ #!/usr/bin/env ruby + +require 'fileutils' + require_relative 'lib/makeplugin/plugin_description_template' require_relative 'lib/makeplugin/plugin_info' |