aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-08-21 01:07:20 +0200
committerMattias Andrée <maandree@kth.se>2016-08-21 01:07:20 +0200
commit9080240367422b51b1346c47014d469d2b043ffc (patch)
tree360eeeca9cf1da8b4443999d350ced7b99e74b16
parentm deps (diff)
downloadpylibcoopgamma-1.0.tar.gz
pylibcoopgamma-1.0.tar.bz2
pylibcoopgamma-1.0.tar.xz
Fix makefile1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile4
1 files 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