source: main/trunk/package-kits/linux/segments/tools@ 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: 393 bytes
Line 
1install_greenstone-tools:
2 install -d $(DESTDIR)/$(gstools)
3 rsync -a --info=STATS --exclude build-src --exclude common-src --exclude collect/demo --exclude .svn src/gs2build $(DESTDIR)/$(gstools)/
4 rsync -a --info=STATS --exclude build-src --exclude common-src --exclude collect/demo --exclude .svn src/bin $(DESTDIR)/$(gstools)/
5 install -Dm755 greenstone $(DESTDIR)/$(systembin)/greenstone
Note: See TracBrowser for help on using the repository browser.