From 25fed482934661ee9950c193263c7a92b3c5ea11 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Thu, 8 Mar 2012 18:54:13 +0100 Subject: [PATCH] Minor Makefile fixes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e50bb93..fc91e5f 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ update-po: install-headers: ${PROJECT}.pc $(ECHO) installing header files - $(QUIET)mkdir -p ${DESTDIR}${INCUDEDIR}/${PROJECT} + $(QUIET)mkdir -p ${DESTDIR}${INCLUDEDIR}/${PROJECT} $(QUIET)install -m 644 zathura.h document.h version.h ${DESTDIR}${INCLUDEDIR}/${PROJECT} $(ECHO) installing pkgconfig file $(QUIET)mkdir -p ${DESTDIR}${LIBDIR}/pkgconfig