Ticket #50575: patch-Makefile.diff

File patch-Makefile.diff, 918 bytes (added by Schamschula (Marius Schamschula), 8 years ago)
  • Makefile

    old new  
    22# User configurables:
    33##########################################################
    44# Location where gweb should be installed to (excluding conf, dwoo dirs).
    5 GDESTDIR = /usr/share/ganglia-webfrontend
     5GDESTDIR = @PREFIX@/share/ganglia-webfrontend
    66
    77# Location where default apache configuration should be installed to.
    8 GCONFDIR = /etc/ganglia-web
     8GCONFDIR = @PREFIX@/etc/ganglia-web
    99
    1010# Gweb statedir (where conf dir and Dwoo templates dir are stored)
    11 GWEB_STATEDIR = /var/lib/ganglia-web
     11GWEB_STATEDIR = @PREFIX@/var/lib/ganglia-web
    1212
    1313# Gmetad rootdir (parent location of rrd folder)
    14 GMETAD_ROOTDIR = /var/lib/ganglia
     14GMETAD_ROOTDIR = @PREFIX@/var/lib/ganglia
    1515
    16 APACHE_USER = www-data
     16APACHE_USER = daemon
    1717##########################################################
    1818
    1919# Gweb version