Bug 54

Summary: LinuxSampler can not uninstall properly when there is an instrument editor plugin installed
Product: LinuxSampler Reporter: Grigor Iliev <gr.iliev>
Component: otherAssignee: Christian Schoenebeck <cuse>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: SVN Trunk   
Hardware: PC   
OS: Linux   

Description Grigor Iliev 2007-09-04 14:01:56 CEST
LinuxSampler can not uninstall properly when there is an instrument editor
plugin installed:
rmdir /usr/local/lib/linuxsampler/plugins
rmdir: /usr/local/lib/linuxsampler/plugins: Directory not empty
make[3]: *** [uninstall-hook] Error 1
Comment 1 Christian Schoenebeck 2007-09-04 20:18:38 CEST
Yeah sorry, I have to admit that I never use "make uninstall" since I usually 
use packaging wrappers that simply don't need to call "make uninstall" for 
removing a package.

I just commited a fix. Thanks!