forked from brl/citadel
8 lines
251 B
Bash
8 lines
251 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir} \
|
|
-E ${fontconfigcacheenv} $D${bindir}/fc-cache --sysroot=$D --system-only ${fontconfigcacheparams}
|
|
chown -R root:root $D${fontconfigcachedir}
|