[balsa/wip/gtk4: 57/351] Fix pixmaps install path



commit 366f9e3985dee8bb5eee492e023f0549b4de694a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Tue Nov 7 21:39:41 2017 -0500

    Fix pixmaps install path

 images/meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/images/meson.build b/images/meson.build
index 1c7e9c4..97c3561 100644
--- a/images/meson.build
+++ b/images/meson.build
@@ -14,7 +14,7 @@ balsa_imgs = [
   'balsa_logo.png'
   ]
 
-balsabitmapsdir = join_paths(get_option('datadir'), 'pixmaps')
+balsabitmapsdir = join_paths(get_option('datadir'), 'balsa', 'pixmaps')
 install_data(balsa_imgs, install_dir : balsabitmapsdir)
 
 if gtk_update_icon_cache_program.found()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]