/[svn]/linuxsampler/trunk/Makefile.am
ViewVC logotype

Diff of /linuxsampler/trunk/Makefile.am

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

revision 1187 by iliev, Wed May 16 14:22:26 2007 UTC revision 1211 by schoenebeck, Tue May 29 23:01:46 2007 UTC
# Line 22  have_sqlite = "no" Line 22  have_sqlite = "no"
22  endif  endif
23    
24  install-data-local:  install-data-local:
25          @if [ ! -e "/var/lib/linuxsampler/instruments.db" -a \          @if [ ! -e "$(DESTDIR)/var/lib/linuxsampler/instruments.db" -a \
26          $(have_sqlite) = "yes" ] ; then \          $(have_sqlite) = "yes" ] ; then \
27          mkdir -p /var/lib/linuxsampler && ./src/linuxsampler \          mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \
28          --create-instruments-db /var/lib/linuxsampler/instruments.db ; \          --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \
29          fi          fi
30    
31  # generate parser with yacc  # generate parser with yacc

Legend:
Removed from v.1187  
changed lines
  Added in v.1211

  ViewVC Help
Powered by ViewVC