source: branches/1.0/debian/rules @ 907

Last change on this file since 907 was 907, checked in by ramonb, 11 years ago

debian/rules, Makefile:

  • fixed
  • Property svn:executable set to *
File size: 307 bytes
Line 
1#!/usr/bin/make -f
2
3%:
4        dh $@ --with python2
5
6override_dh_auto_install:
7        $(MAKE) DESTDIR=$(CURDIR)/debian/tmp PREFIX=/usr GANGLIA_ROOT=/usr/share/ganglia-webfrontend GANGLIA_USER=ganglia HTTPD_USER=www-data JOBARCHIVE_RRDS=/var/lib/jobarchive install
8        dh_install --autodest --sourcedir=$(CURDIR)/debian/tmp
Note: See TracBrowser for help on using the repository browser.