Remove duplicate replacement

This commit is contained in:
Kevin Cotugno 2018-10-25 10:59:27 -06:00 committed by Fredrik Fornwall
parent 8240e47720
commit b2284b106d
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ termux_step_configure () {
sed "s%\\@TERMUX_PREFIX\\@%$TERMUX_PREFIX%g" \
$TERMUX_PKG_BUILDER_DIR/config.toml \
| sed "s%\\@TERMUX_STANDALONE_TOOLCHAIN\\@%$TERMUX_STANDALONE_TOOLCHAIN%g" \
| sed "s%\\@TERMUX_STANDALONE_TOOLCHAIN\\@%$TERMUX_STANDALONE_TOOLCHAIN%g" \
| sed "s%\\@TRIPLE\\@%$TRIPLE%g" \
> config.toml