mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-22 01:36:47 +00:00
Fix saving samples.
/trunk/scripts/saveSample.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
a09a458bb9
commit
aead7ddfbd
@ -39,7 +39,7 @@ if [ ! -d "${CT_TOP_DIR}/samples/${CT_TARGET}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Save the crosstool-NG config file
|
# Save the crosstool-NG config file
|
||||||
sed -r -e 's|^(CT_PREFIX_DIR)=.*|\1=${HOME}/x-tools/${CT_TARGET}|;' \
|
sed -r -e 's|^(CT_PREFIX_DIR)=.*|\1="${HOME}/x-tools/${CT_TARGET}"|;' \
|
||||||
<"${CT_TOP_DIR}/.config" \
|
<"${CT_TOP_DIR}/.config" \
|
||||||
>"${CT_TOP_DIR}/samples/${CT_TARGET}/crosstool.config"
|
>"${CT_TOP_DIR}/samples/${CT_TARGET}/crosstool.config"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user