fix up packages for new architecture.

This commit is contained in:
Todd Gamblin
2016-06-16 01:47:20 -07:00
parent 40d25d9062
commit 76dfaa71a7
4 changed files with 9 additions and 9 deletions

View File

@@ -87,7 +87,7 @@ def install(self, spec, prefix):
configure(*options)
make('all')
if spec.architecture.startswith('darwin'):
if spec.satisfies('platform=darwin'):
mkdirp(prefix.bin)
for filename in glob("bin/*.x"):
install(filename, prefix.bin)