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

Fix mv error in prep_hook #97

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.

ruda commented 5 years ago

I forgot to mention, when you update a port, please, use the port name as prefix, so the commit message must be something like this: gputils: Fix mv error in prep_hook

lhondareyte commented 5 years ago

Oh sorry. I'll remember it for the next time. And thanks for your merge.