/[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 1211 by schoenebeck, Tue May 29 23:01:46 2007 UTC revision 1312 by schoenebeck, Thu Aug 30 11:40:14 2007 UTC
# Line 24  endif Line 24  endif
24  install-data-local:  install-data-local:
25          @if [ ! -e "$(DESTDIR)/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            echo "****************************************************************"; \
28            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 \          mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \
32          --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \          --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \
33          fi          fi

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

  ViewVC Help
Powered by ViewVC