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