source: main/trunk/package-kits/linux/segments/tools@ 29508

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

Makefile generater now also generates package manager scripts. Generated scripts are tested and working on Arch

File size: 376 bytes
Line 
1install:
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.