termux-fix-shebang: Only modify first line
This commit is contained in:
parent
111729c744
commit
346477db98
@ -1,6 +1,6 @@
|
||||
TERMUX_PKG_HOMEPAGE=http://termux.com/
|
||||
TERMUX_PKG_DESCRIPTION="Some tools for Termux"
|
||||
TERMUX_PKG_VERSION=0.15
|
||||
TERMUX_PKG_VERSION=0.16
|
||||
|
||||
termux_step_make_install () {
|
||||
$CXX $CFLAGS $LDFLAGS -std=c++14 -Wall -Wextra -pedantic -Werror $TERMUX_PKG_BUILDER_DIR/*.cpp -o $TERMUX_PREFIX/bin/termux-elf-cleaner
|
||||
|
@ -9,5 +9,5 @@ fi
|
||||
|
||||
for file in $@; do
|
||||
# Do realpath to avoid breaking symlinks (modify original file):
|
||||
sed -i -E "s@^#\!(.*)/bin/(.*)@#\!/data/data/com.termux/files/usr/bin/\2@" `realpath $@`
|
||||
sed -i -E "1 s@^#\!(.*)/bin/(.*)@#\!/data/data/com.termux/files/usr/bin/\2@" `realpath $@`
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user