ssj71 / OSC2MIDI

A highly flexible and configurable OSC to JACK MIDI (and back) bridge
GNU General Public License v3.0
46 stars 7 forks source link

correct packaged install location #15

Closed agraef closed 9 years ago

agraef commented 9 years ago

Found another one while testing the Arch package. Default install location and default packaged install location were the same, so osc2midi didn't find its map files when installed from the package.

agraef commented 9 years ago

I'm not sure how to do this with cmake, but we should actually use the real install location there, as given by the -DCMAKE_INSTALL_PREFIX:PATH option.

agraef commented 9 years ago

Ah, I just saw that 0.2 is out already. Sorry, I discovered this too late. :( This issue only affects the packaged version, but might be serious enough to call for a 0.2.1.

agraef commented 9 years ago

I'm not sure how to do this with cmake, but we should actually use the real install location there, as given by the -DCMAKE_INSTALL_PREFIX:PATH option.

At least there should be a way to set this when running make. I'll look into it.

agraef commented 9 years ago

Ok, this wasn't hard, see commit c2b4c4f.

ssj71 commented 9 years ago

well, the announcement hasn't gotten out yet. When folks come to download they'll hopefully see 2.1

agraef commented 9 years ago

Ok, I'll update the packages accordingly. Thanks!