brummer10 / XUiDesigner

A WYSIWYG LV2 GUI/plugin creator tool
BSD Zero Clause License
100 stars 3 forks source link

Makefile doesn't respect PREFIX #8

Closed yurivict closed 2 years ago

yurivict commented 2 years ago

This line and the next line install into /usr/share instead of $(PREFIX)/share.

brummer10 commented 2 years ago

That is intentional. XUiDesigner needs to know were those files been installed, as we need them to copy to a saved LV2 Bundle.

yurivict commented 2 years ago

/usr/share/ doesn't exist, /usr should be replaced with $PREFIX.

brummer10 commented 2 years ago

Okay. I've fixed that now within the last commit.

regards hermann

yurivict commented 2 years ago

Thanks!