eayus / sirdi

Package manager for Idris
GNU General Public License v3.0
35 stars 11 forks source link

`make install` doesn't support `PREFIX` #21

Closed CodingCellist closed 2 years ago

CodingCellist commented 2 years ago

When trying to install sirdi using make install, I get the following error:

install build/exec/sirdi ~/.idris2/bin
install: cannot create regular file '/home/thomas/.idris2/bin': No such file or directory
make: *** [Makefile:23: install] Error 1

I have PREFIX set to ${HOME}/.idris2-git to avoid confusion with the latest release build and that's probably what's causing this error. It would be neat if sirdi took PREFIX into account : )