Hack-A-N900/Development: Unterschied zwischen den Versionen
Amir (Diskussion | Beiträge) |
Amir (Diskussion | Beiträge) |
||
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 38: | Zeile 38: | ||
Just clean the apt cache (<pre style="display: inline; padding: 2px">apt-get clean</pre>) and repeat the above command. | Just clean the apt cache (<pre style="display: inline; padding: 2px">apt-get clean</pre>) and repeat the above command. | ||
=== Fix scratchbox hacks === | |||
The tools from the SDK and TOOLS repository are meant for scratchbox and have been altered to use scratchbox paths. Instead of rewriting paths you can fake scratchbox directory structure. | |||
<pre> | |||
mkdir -p /scratchbox/tools/ | |||
ln -s /usr/bin /scratchbox/tools/bin | |||
</pre> | |||
linking bin seems to be enough. | |||
[[Kategorie:N900]] | [[Kategorie:N900]] |