Parent Directory
|
Revision Log
|
Patch
revision 1323 by persson, Sun Jun 10 09:25:57 2007 UTC | revision 1324 by schoenebeck, Tue Sep 4 18:02:27 2007 UTC | |
---|---|---|
# | Line 35 liblinuxsamplercommon_la_SOURCES = \ | Line 35 liblinuxsamplercommon_la_SOURCES = \ |
35 | install-exec-hook: | install-exec-hook: |
36 | mkdir -p $(DESTDIR)$(config_plugin_dir) | mkdir -p $(DESTDIR)$(config_plugin_dir) |
37 | ||
38 | # remove the plugins directory | # remove the plugins directory (if empty) |
39 | uninstall-hook: | uninstall-hook: |
40 | rmdir $(DESTDIR)$(config_plugin_dir) | rmdir --ignore-fail-on-non-empty $(DESTDIR)$(config_plugin_dir) |
|
ViewVC Help | |
Powered by ViewVC |