source: release-kits/lirk2/resources/build-demo.sh@ 18929

Last change on this file since 18929 was 18929, checked in by oranfry, 15 years ago

changing the way the release kits make the greenstone2 distribution: instead of starting from a fresh export of greenstone, start from a copy of the compiled working copy

  • Property svn:executable set to *
File size: 194 bytes
Line 
1#!/bin/bash
2source setup.bash
3import.pl --removeold demo && \
4buildcol.pl --removeold demo && \
5rm -rf collect/demo/index collect/demo/archives && \
6mv collect/demo/building collect/demo/index
7
Note: See TracBrowser for help on using the repository browser.