Skip to content

Commit 0451453

Browse files
committed
Remove unneeded schema definition
1 parent 3ebfbb3 commit 0451453

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson/post_install.py

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
prefix = os.environ.get('MESON_INSTALL_PREFIX', '/usr/local')
77
datadir = os.path.join(prefix, 'share')
8-
schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
98

109
# Packaging tools define DESTDIR and this isn't needed for them
1110
if 'DESTDIR' not in os.environ:

0 commit comments

Comments
 (0)