diff options
author | Wolfgang Ulbrich <[email protected]> | 2013-07-06 19:23:13 +0200 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2013-07-06 19:23:13 +0200 |
commit | 75b8c0524de04928ea8cf2c1c8859d6abd4d0459 (patch) | |
tree | 1515eca7313df46e6deb78ea4c13f2337e6a817d /Makefile.am | |
parent | d30c3bfdfa413014c22ab32922aaa255c92d00f8 (diff) | |
download | mate-icon-theme-75b8c0524de04928ea8cf2c1c8859d6abd4d0459.tar.bz2 mate-icon-theme-75b8c0524de04928ea8cf2c1c8859d6abd4d0459.tar.xz |
fix pkgconfig dir
https://github.com/mate-desktop/mate-icon-theme/issues/9
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 121400c..4bb32e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -82,7 +82,7 @@ install-data-local: touch $(DESTDIR)$(themedir); \ fi -pkgconfigdir = $(datadir)/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = mate-icon-theme.pc EXTRA_DIST = \ |