repo.or.cz
/
glib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '896-variant-type-docs' into 'master'
[glib.git]
/
gio
/
gio-querymodules-wrapper.py
blob
8960540b49cce089f912c200f41690ef7052bec2
1
#!/usr/bin/env python3
2
3
import
os
4
import
subprocess
5
import
sys
6
7
if not
os
.
environ
.
get
(
'DESTDIR'
):
8
print
(
'GIO module cache creation...'
)
9
subprocess
.
call
([
sys
.
argv
[
1
],
sys
.
argv
[
2
]])