diff --git a/Makefile b/Makefile index e5402904..66b1b00f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ PYTHON ?= /usr/bin/env python +DESTDIR ?= / PKGNAME = lorax VERSION = $(shell awk '/Version:/ { print $$2 }' $(PKGNAME).spec)