From fabbd622ea027b044737ade27fd11b7123828f5c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 Aug 2011 21:33:27 +0200 Subject: [PATCH] Add default prefix /usr. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 131b88438..cb76fe409 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ dist: .PHONY: install install: po - python setup.py install --root $(DESTDIR) + python setup.py install --root=$(DESTDIR) --prefix=/usr -mkdir -pv $(DESTDIR)/etc/pakfire.repos.d cp -vf examples/pakfire.conf $(DESTDIR)/etc/pakfire.conf -- 2.39.5