Add a new package for dash (#4050)

This commit is contained in:
Adam J. Stewart
2017-04-29 14:24:50 -05:00
committed by Todd Gamblin
parent 90a57cdf8f
commit a32a0eacba
3 changed files with 48 additions and 9 deletions

View File

@@ -87,12 +87,6 @@ def build(self, spec, prefix):
with working_dir('build_ncursesw'):
make()
def check(self):
with working_dir('build_ncurses'):
make('check')
with working_dir('build_ncursesw'):
make('check')
def install(self, spec, prefix):
with working_dir('build_ncurses'):
make('install')