Hexxeh / spotify-websocket-api

Spotify Websocket API is a fully open source Spotify library based on the WebSocket API used in the Spotify Web beta
396 stars 67 forks source link

Add a search path when invoking the respotify helper program. #41

Closed rene0 closed 10 years ago

rene0 commented 11 years ago

This allows running respotify from a different directory than the current one, which is the expected behaviour when running it as part of a package.

The search path must be set by modifying the %%PREFIX%% variable, e.g. to "/usr" for Ubuntu packages or "/usr/local" for FreeBSD packages.