source: main/trunk/package-kits/linux/segments/demo@ 29546

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

Arch package now automatically sets the owner of the web directory to the tomcat user. The functionality is also implemented for the other package managers, but not yet tested.

File size: 218 bytes
Line 
1build: src
2 rm -f $(wildcard src/*/index.zip)
3 ./build-demo.sh
4 touch build
5
6install:
7 install -d $(DESTDIR)/$(web)/sites/localsite
8 rsync -a --info=STATS --exclude .svn src/ $(DESTDIR)/$(web)/sites/localsite/collect/
Note: See TracBrowser for help on using the repository browser.