/[svn]/linuxsampler/trunk/src/hostplugins/vst/Makefile.am
ViewVC logotype

Diff of /linuxsampler/trunk/src/hostplugins/vst/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2197 by persson, Sat Jul 2 09:55:42 2011 UTC revision 2203 by persson, Sat Jul 9 16:44:27 2011 UTC
# Line 38  clean-local: Line 38  clean-local:
38          rm -rf LinuxSampler.vst          rm -rf LinuxSampler.vst
39    
40  install-exec-hook:  install-exec-hook:
41          if test -w /Library/Audio/Plugin-Ins/VST ; then cp -r LinuxSampler.vst /Library/Audio/Plug-Ins/VST/ ; fi          if mkdir -p $(MAC_PLUGIN_INSTALL_DIR)/VST && \
42            test -w $(MAC_PLUGIN_INSTALL_DIR)/VST ; then \
43            cp -r LinuxSampler.vst $(MAC_PLUGIN_INSTALL_DIR)/VST/ ; fi
44    
45  uninstall-hook:  uninstall-hook:
46          rm -rf /Library/Audio/Plug-Ins/VST/LinuxSampler.vst          rm -rf $(MAC_PLUGIN_INSTALL_DIR)/VST/LinuxSampler.vst
47  endif  endif
48    
49  endif  endif

Legend:
Removed from v.2197  
changed lines
  Added in v.2203

  ViewVC Help
Powered by ViewVC