klaftertief / elm-search

elm-search - an API search engine for all published Elm packages
http://klaftertief.github.io/elm-search/
99 stars 11 forks source link

Fix `make download` Command #5

Closed prikhi closed 7 years ago

prikhi commented 8 years ago

I tried to run a local server on Debian and make download was not working for me, giving me jq command not found and cache: no such file or directory errors. This PR fixes those issues allowing make download to succeed.

klaftertief commented 8 years ago

Thanks. Can you update the PR to point to the binaries in bin, then setting the PATH should be removed as well.

Did modd and devd work and only jq not?

prikhi commented 8 years ago

modd & devd worked - although the modd config specifies an external folder. I figured those jq lines didn't work because they were inside $(shell ... ) expressions. But my knowledge of makefiles doesn't go too deep.

klaftertief commented 8 years ago

Makes sense. And yes, the path in the middle file is still from a previous setup. Will need to fix it.

prikhi commented 8 years ago

Should be all fixed up now.

klaftertief commented 7 years ago

Thanks