From 2f23dfe38879d2ecb6156d3eeac0c185127158a2 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 8 Mar 2012 18:52:58 +0100 Subject: [PATCH] Minor Makefile fixes --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d15ab4d..e50bb93 100644 --- a/Makefile +++ b/Makefile @@ -119,10 +119,10 @@ update-po: install-headers: ${PROJECT}.pc $(ECHO) installing header files - $(QUIET)mkdir -p ${DESTDIR}${PREFIX}/include/${PROJECT} + $(QUIET)mkdir -p ${DESTDIR}${INCUDEDIR}/${PROJECT} $(QUIET)install -m 644 zathura.h document.h version.h ${DESTDIR}${INCLUDEDIR}/${PROJECT} $(ECHO) installing pkgconfig file - $(QUIET)mkdir -p ${DESTDIR}${LIBDR}/pkgconfig + $(QUIET)mkdir -p ${DESTDIR}${LIBDIR}/pkgconfig $(QUIET)install -m 644 ${PROJECT}.pc ${DESTDIR}${LIBDIR}/pkgconfig install: all install-headers po