diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-12-11 18:16:54 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-12-11 18:16:54 +0000 |
commit | 790695af6f770bf5ad8b15c76f9874da588fc7b3 (patch) | |
tree | 8b9d288d956765eaba156663689675479e9013fa | |
parent | fb642af86fa07c1691e0d874fe70bb91c4dfa7d4 (diff) | |
download | crosstool-ng-790695af6f770bf5ad8b15c76f9874da588fc7b3.tar.gz crosstool-ng-790695af6f770bf5ad8b15c76f9874da588fc7b3.tar.bz2 crosstool-ng-790695af6f770bf5ad8b15c76f9874da588fc7b3.zip |
Move populate.in from tools/ to scripts/
/trunk/scripts/crosstool.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-rwxr-xr-x | scripts/crosstool.sh | 2 | ||||
-rw-r--r-- | scripts/populate.in (renamed from tools/populate.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/crosstool.sh b/scripts/crosstool.sh index 70a3dcfc..01e4c8b8 100755 --- a/scripts/crosstool.sh +++ b/scripts/crosstool.sh @@ -492,7 +492,7 @@ if [ "${CT_ONLY_DOWNLOAD}" != "y" -a "${CT_ONLY_EXTRACT}" != "y" ]; then if [ "${CT_BARE_METAL}" != "y" ]; then CT_DoLog EXTRA "Installing the populate helper" sed -r -e 's|@@CT_TARGET@@|'"${CT_TARGET}"'|g;' \ - "${CT_LIB_DIR}/tools/populate.in" \ + "${CT_LIB_DIR}/scripts/populate.in" \ >"${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate" chmod 755 "${CT_PREFIX_DIR}/bin/${CT_TARGET}-populate" fi diff --git a/tools/populate.in b/scripts/populate.in index eeb6c5df..eeb6c5df 100644 --- a/tools/populate.in +++ b/scripts/populate.in |