From 3528812a3a28e3e335d7fa73db9a06c98a1fabc5 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Wed, 8 Dec 2010 14:16:13 +0100 Subject: [PATCH] Makefile updates --- Makefile | 1 + 1 file changed, 1 insertion(+) 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)