source: main/trunk/package-kits/linux/segments/main@ 29688

Last change on this file since 29688 was 29688, checked in by Jeremy Symon, 9 years ago

Changes related to r29687 (moving split servlets to the main greenstone repo)

File size: 340 bytes
Line 
1install_greenstone:
2 install -d $(DESTDIR)/$(web)/WEB-INF
3 install -dm775 $(DESTDIR)/$(tomcatlib)
4 rsync -a --info=STATS --exclude sites/localsite/collect/ --exclude .svn src/web/ $(DESTDIR)/$(web)/
5 mv $(DESTDIR)/$(web)/WEB-INF/lib/derby.jar $(DESTDIR)/$(tomcatlib)
6 install -Dm644 greenstone3.xml $(DESTDIR)/$(tomcatconf)/greenstone3.xml
Note: See TracBrowser for help on using the repository browser.