Add a new package for dash (#4050)
This commit is contained in:

committed by
Todd Gamblin

parent
90a57cdf8f
commit
a32a0eacba
@@ -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')
|
||||
|
Reference in New Issue
Block a user