/[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 1312 by schoenebeck, Thu Aug 30 11:40:14 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 \          echo "****************************************************************"; \
28          --create-instruments-db /var/lib/linuxsampler/instruments.db ; \          echo "*** LinuxSampler was compiled with instruments DB support and"; \
29            echo "*** $(DESTDIR)/var/lib/linuxsampler/instruments.db"; \
30            echo "*** doesn't exist yet, creating it now:"; \
31            mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \
32            --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \
33          fi          fi
34    
35  # generate parser with yacc  # generate parser with yacc

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

  ViewVC Help
Powered by ViewVC