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

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

Modifying package generation to use sub-packages in order to avoid compiling the same source multiple times. Currently works for Pacman. Needs testing (and fixing) for other package managers.

File size: 332 bytes
Line 
1install_greenstone:
2 install -d $(DESTDIR)/$(web)
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.