caps-lv2 icon indicating copy to clipboard operation
caps-lv2 copied to clipboard

make uninstall has wrong path

Open tank-trax opened this issue 5 years ago • 0 comments

built on Debian 9

the install path is /usr/local/lib/lv2/

however the uninstall path is /usr/lib/lv2/

had to change line 66 of Makefile

from -rm -rf $(DESTDIR)$(PREFIX)/lib/lv2/mod-caps-*.lv2/ to -rm -rf $(DESTDIR)$(PREFIX)/local/lib/lv2/mod-caps-*.lv2/

tank-trax avatar Sep 18 '19 00:09 tank-trax