7 lines
137 B
Bash
7 lines
137 B
Bash
#!/bin/sh
|
|
|
|
PSEUDO_UNLOAD=1 qemuwrapper -L $D -E LD_LIBRARY_PATH=$D/${libdir}:$D/${base_libdir}\
|
|
$D${bindir}/fc-cache --sysroot=$D
|
|
|
|
|