[pygobject: 1/2] Install .egg-info directory to arch'd dir.



commit 28132d8111de209fbcacaa78f51a039929bf4c19
Author: Elliott Sales de Andrade <quantum analyst gmail com>
Date:   Sun Jan 27 03:50:05 2019 -0500

    Install .egg-info directory to arch'd dir.
    
    All the rest of the Python code ends up in arch'd directories, except
    for the .egg-info directory, which should do the same.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 589a33e7..26249c28 100644
--- a/meson.build
+++ b/meson.build
@@ -170,7 +170,7 @@ pkginfo_conf.set('VERSION', py_version)
 configure_file(input : 'PKG-INFO.in',
   output : 'PyGObject-@0@.egg-info'.format(py_version),
   configuration : pkginfo_conf,
-  install_dir : python.get_install_dir())
+  install_dir : python.get_install_dir(pure : false))
 
 subdir('gi')
 subdir('pygtkcompat')


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