diff options
author | Timothy Pearson <[email protected]> | 2012-11-17 14:23:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-17 14:23:28 -0600 |
commit | fe3024a81620277cd180d3ade2c9c48207696b10 (patch) | |
tree | 6831411028d53a995aae081906ab2fbb67c60779 | |
parent | acc82b617ddbee05e509392c09e2729bc2fc1911 (diff) | |
download | gtk3-tqt-engine-fe3024a81620277cd180d3ade2c9c48207696b10.tar.gz gtk3-tqt-engine-fe3024a81620277cd180d3ade2c9c48207696b10.zip |
Fix rc installation directory
-rw-r--r-- | rc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/Makefile.am b/rc/Makefile.am index 6587d3c..23a4fc3 100644 --- a/rc/Makefile.am +++ b/rc/Makefile.am @@ -1,2 +1,2 @@ -styleconfdir=$(prefix)/share/themes/tdegtk/gtk-3.0 +styleconfdir=$(GTK3_PREFIX)/share/themes/tdegtk/gtk-3.0 styleconf_DATA = gtk.css |