diff options
Diffstat (limited to 'script/convert32.sh')
-rwxr-xr-x | script/convert32.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/script/convert32.sh b/script/convert32.sh index 644e2ab..030294c 100755 --- a/script/convert32.sh +++ b/script/convert32.sh @@ -21,13 +21,3 @@ SNAPSHOT_URL_POSTFIX_TARGET="/repos/standard/packages/" sed -i "s@SNAPSHOT_URL_POSTFIX_EMULATOR=.*@SNAPSHOT_URL_POSTFIX_EMULATOR=\"${SNAPSHOT_URL_POSTFIX_EMULATOR}\"@" rs-config sed -i "s@SNAPSHOT_URL_POSTFIX_TARGET=.*@SNAPSHOT_URL_POSTFIX_TARGET=\"${SNAPSHOT_URL_POSTFIX_TARGET}\"@" rs-config - -# Post Script -#git checkout ./make_rootstrap.sh -#sed -i "s/asm-arm64/asm-arm/g" make_rootstrap.sh -#sed -i "s/asm-ia64/asm-x86/g" make_rootstrap.sh - -#git checkout ./script/rootstrap_gen_1.0.sh -#POSTLINKER_PATH=${PWD_BACKUP}"/script/postlinker" -#3sed -i "s@POSTLINKER_PATH=.*postlinker.*\$@POSTLINKER_PATH=\$\{PWD_BACKUP\}/script/postlinker@" ./script/rootstrap_gen_1.0.sh -#sed -i "s@/usr/lib64@/usr/lib@" ./script/rootstrap_gen_1.0.sh |