# File lib/puppet/module/tool/applications/builder.rb, line 9
      def initialize(path, options)
        @path = File.expand_path(path)
        @pkg_path = File.join(@path, 'pkg')
        super(options)
      end