From 1fa905f0daf8ef26b4ad08696c23e5cdebdbb66d Mon Sep 17 00:00:00 2001 From: Xnoe Date: Thu, 9 Jul 2020 00:27:15 +0100 Subject: [PATCH] Updated to respect DESTDIR --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e8d924..aeba68b 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ install: - cp -f utf8.h /usr/include/utf8.h + cp -f utf8.h $(DESTDIR)/usr/include/utf8.h