Ticket #50575: patch-Makefile.diff
File patch-Makefile.diff, 918 bytes (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Makefile
old new 2 2 # User configurables: 3 3 ########################################################## 4 4 # Location where gweb should be installed to (excluding conf, dwoo dirs). 5 GDESTDIR = /usr/share/ganglia-webfrontend5 GDESTDIR = @PREFIX@/share/ganglia-webfrontend 6 6 7 7 # Location where default apache configuration should be installed to. 8 GCONFDIR = /etc/ganglia-web8 GCONFDIR = @PREFIX@/etc/ganglia-web 9 9 10 10 # Gweb statedir (where conf dir and Dwoo templates dir are stored) 11 GWEB_STATEDIR = /var/lib/ganglia-web11 GWEB_STATEDIR = @PREFIX@/var/lib/ganglia-web 12 12 13 13 # Gmetad rootdir (parent location of rrd folder) 14 GMETAD_ROOTDIR = /var/lib/ganglia14 GMETAD_ROOTDIR = @PREFIX@/var/lib/ganglia 15 15 16 APACHE_USER = www-data16 APACHE_USER = daemon 17 17 ########################################################## 18 18 19 19 # Gweb version