1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-09-26 12:50:46 +02:00

update data dir bundle path

This commit is contained in:
Brent Cook 2015-03-26 07:16:22 -05:00
parent 59834e33f7
commit 6ed261dbe0

View File

@ -16,8 +16,7 @@ Gem::Specification.new do |spec|
spec.license = '3-clause (or "modified") BSD'
spec.files = `git ls-files`.split("\n")
spec.files += Dir['meterpreter/**/*']
spec.files += Dir['java/**/*']
spec.files += Dir['data/**/*']
spec.executables = []
spec.require_paths = ['lib']