rudix-mac / rudix

Build system target on macOS with precompiled packages
https://rudix.org
BSD 3-Clause "New" or "Revised" License
194 stars 35 forks source link

Error building gputils #96

Closed lhondareyte closed 5 years ago

lhondareyte commented 5 years ago

Building gputils package fail with the following error: Rudix: Info: Preparing gputils mv: rename gputils-1.5.0-1 to gputils-build: No such file or directory make: *** [prep] Error 1

It failed because the directory do not match with the tarball name. The following patch fix this but, perhaps, there is a better solution.

lhondareyte commented 5 years ago

There is a better way to fix it