From 9080240367422b51b1346c47014d469d2b043ffc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 21 Aug 2016 01:07:20 +0200 Subject: Fix makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b398874..883013d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX = /usr -LIBDIR = $(PREFIX)$(LIB) -DATADIR = $(PREFIX)$(DATA) +LIBDIR = $(PREFIX)/lib +DATADIR = $(PREFIX)/share LICENSEDIR = $(DATADIR)/licenses PKGNAME = pylibcoopgamma -- cgit v1.2.3-70-g09d2