use datadir instead of hardcoding usr/share

pull/693/head
Bilal Elmoussaoui 2017-12-29 15:05:33 +01:00 committed by GitHub
parent 354ee34246
commit 4e5f38022b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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