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

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

Handling CPU architecture properly (now there is a separate architecture-specific packages for jni libraries, and greenstone-tools is also set to architecture-specific since it contains native binaries)

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