We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebfbb3 commit 0451453Copy full SHA for 0451453
meson/post_install.py
@@ -5,7 +5,6 @@
5
6
prefix = os.environ.get('MESON_INSTALL_PREFIX', '/usr/local')
7
datadir = os.path.join(prefix, 'share')
8
-schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
9
10
# Packaging tools define DESTDIR and this isn't needed for them
11
if 'DESTDIR' not in os.environ:
0 commit comments