removed make check

This commit is contained in:
David Berard
2017-09-01 07:10:18 -07:00
committed by Kazushi (Jam) Marukawa
parent 7ac33b227d
commit dfe87b9081

View File

@@ -20,10 +20,5 @@ class Cvs < Package
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
def self.check
system "make", "check"
end
end