1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

data/gui has not existed in a long time

This commit is contained in:
Brent Cook 2017-05-26 10:35:49 -05:00 committed by Brent Cook
parent c73cd8248e
commit 1a8f84083c

View File

@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
if File.directory?(File.join(__FILE__, ".git"))
spec.files = `git ls-files`.split($/).reject { |file|
file =~ /^documentation|^data\/gui|^external/
file =~ /^documentation|^external/
}
end
spec.bindir = '.'