From 679bb1d89a44103dd56cbdf75fb598ee8e59131c Mon Sep 17 00:00:00 2001 From: Khurshid Alam Date: Wed, 21 Sep 2016 21:43:04 +0530 Subject: [PATCH] Copy proper gtk.css in utils.sh. Fixes #569 --- scripts/utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/utils.sh b/scripts/utils.sh index 551c8d8..05883b1 100755 --- a/scripts/utils.sh +++ b/scripts/utils.sh @@ -21,8 +21,8 @@ do_install() { gtk-2.0 metacity-1 openbox-3 xfce-notify-4.0 xfwm4 unity cp -t "${_DIR}" \ - "${GTKVER}/gtk.css" \ - "${GTKVER}/gtk-dark.css" \ + "${GTKVER}/dist/gtk.css" \ + "${GTKVER}/dist/gtk-dark.css" \ "${GTKVER}/gtk.gresource" \ "${GTKVER}/thumbnail.png"