From 4e5f38022bcc5b7294bf13ec3d76709d8dedcf12 Mon Sep 17 00:00:00 2001
From: Bilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Date: Fri, 29 Dec 2017 15:05:33 +0100
Subject: [PATCH] use datadir instead of hardcoding usr/share

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index d2735a9..5830da0 100755
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ DIST_DIR=$(RES_DIR)/dist
 RES_DIR320=src/gtk-3.20
 SCSS_DIR320=$(RES_DIR320)/scss
 DIST_DIR320=$(RES_DIR320)/dist
-INSTALL_DIR=$(DESTDIR)/usr/share/themes/Numix
+INSTALL_DIR=$(DESTDIR)$(datadir)/themes/Numix
 ROOT_DIR=${PWD}
 UTILS=scripts/utils.sh