source: main/trunk/package-kits/linux/segments/base@ 29559

Last change on this file since 29559 was 29546, checked in by Jeremy Symon, 10 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: 265 bytes
Line 
1systemlib := @SYSTEMLIB@
2systembin := @SYSTEMBIN@
3java := @SYSTEMJAVA@
4web := @WEB@
5tomcatlib := @TOMCATLIB@
6tomcatconf := @TOMCATCONF@
7gstools := @GSTOOLS@
8gli := @GLI@
9
10DESTDIR ?= /
11
12all: build
13
14.PHONY: all svn clean cleanall install
Note: See TracBrowser for help on using the repository browser.