Ignore:
Timestamp:
2014-12-08T12:19:58+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/package-kits/linux/segments/demo

    r29508 r29546  
    55
    66install:
    7     install -d $(DESTDIR)/$(gssrv)/sites/localsite
    8     rsync -a --info=STATS --exclude .svn src/ $(DESTDIR)/$(gssrv)/sites/localsite/collect/
     7    install -d $(DESTDIR)/$(web)/sites/localsite
     8    rsync -a --info=STATS --exclude .svn src/ $(DESTDIR)/$(web)/sites/localsite/collect/
Note: See TracChangeset for help on using the changeset viewer.