Bug 54 - LinuxSampler can not uninstall properly when there is an instrument editor plugin installed
Summary: LinuxSampler can not uninstall properly when there is an instrument editor pl...
Status: CLOSED FIXED
Alias: None
Product: LinuxSampler
Classification: Unclassified
Component: other (show other bugs)
Version: SVN Trunk
Hardware: PC Linux
: P2 normal
Assignee: Christian Schoenebeck
URL:
Depends on:
Blocks:
 
Reported: 2007-09-04 14:01 CEST by Grigor Iliev
Modified: 2008-04-11 14:10 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!