json formatting
[svn/Prometheus-QoS/.git] / Makefile
index eb33db8cc99219cfdf1a56aeca7431d7246cb75f..35a1f60e4e2e7d3c1bb972465ddaa1065183ca64 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 PACKAGE=prometheus
-VERSION=0.7.8
+VERSION=0.8.2
 CFLAGS=-std=c99 -Wall
 prefix=/usr
 mandir=$(prefix)/share/man
@@ -11,7 +11,7 @@ main: prometheus
 
 deb: main
        debian/prometheus.debian
-       dpkg-buildpackage
+       dpkg-buildpackage -rfakeroot
 
 tgz: clean
        cp -r . ../$(PACKAGE)-$(VERSION)
This page took 0.087349 seconds and 4 git commands to generate.