在旧的Scratchbox中,可以执行以下操作:
if [ -f /targets/links/scratchbox.config ]; then
echo "here goes my sbox-dependent stuff"
fi
但是Scratchbox2呢,有没有办法找到这个?
在旧的Scratchbox中,可以执行以下操作:
if [ -f /targets/links/scratchbox.config ]; then
echo "here goes my sbox-dependent stuff"
fi
但是Scratchbox2呢,有没有办法找到这个?