Fix indentation of some files
This commit is contained in:
parent
0090adf0da
commit
d59c53cf12
@ -25,7 +25,7 @@ termux_step_configure () {
|
||||
cd $TERMUX_PKG_BUILDDIR
|
||||
cmake -G "Unix Makefiles" .. \
|
||||
-DCMAKE_AR=`which ${TERMUX_HOST_PLATFORM}-ar` \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||
-DCMAKE_BUILD_TYPE=MinSizeRel \
|
||||
-DCMAKE_CROSSCOMPILING=True \
|
||||
-DCMAKE_C_FLAGS="$CFLAGS $CPPFLAGS" \
|
||||
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
|
||||
@ -34,11 +34,11 @@ termux_step_configure () {
|
||||
-DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY \
|
||||
-DCMAKE_INSTALL_PREFIX=$TERMUX_PREFIX \
|
||||
-DCMAKE_LINKER=`which ${TERMUX_HOST_PLATFORM}-ld` \
|
||||
-DCMAKE_MAKE_PROGRAM=`which make` \
|
||||
-DCMAKE_MAKE_PROGRAM=`which make` \
|
||||
-DCMAKE_RANLIB=`which ${TERMUX_HOST_PLATFORM}-ranlib` \
|
||||
-DCMAKE_SYSTEM_NAME=Android \
|
||||
-DPKG_CONFIG_EXECUTABLE=$PKG_CONFIG \
|
||||
-DENABLE_JEMALLOC=OFF \
|
||||
-DPKG_CONFIG_EXECUTABLE=$PKG_CONFIG \
|
||||
-DENABLE_JEMALLOC=OFF \
|
||||
-DLUA_PRG=$TERMUX_PKG_HOSTBUILD_DIR/deps/usr/bin/luajit \
|
||||
$TERMUX_PKG_SRCDIR
|
||||
}
|
||||
|
@ -32,10 +32,10 @@ termux_step_pre_configure () {
|
||||
termux_step_post_make_install () {
|
||||
cp $TERMUX_PKG_BUILDER_DIR/vimrc $TERMUX_PREFIX/share/vim/vimrc
|
||||
|
||||
# Remove most tutor files:
|
||||
cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
|
||||
# Remove most tutor files:
|
||||
cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
|
||||
|
||||
cd $TERMUX_PREFIX/bin
|
||||
ln -f -s vim vi
|
||||
|
@ -25,10 +25,10 @@ termux_step_pre_configure () {
|
||||
termux_step_post_make_install () {
|
||||
cp $TERMUX_PKG_BUILDER_DIR/vimrc $TERMUX_PREFIX/share/vim/vimrc
|
||||
|
||||
# Remove most tutor files:
|
||||
cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
|
||||
# Remove most tutor files:
|
||||
cp $TERMUX_PREFIX/share/vim/vim74/tutor/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PKG_TMPDIR/
|
||||
rm -f $TERMUX_PREFIX/share/vim/vim74/tutor/*
|
||||
cp $TERMUX_PKG_TMPDIR/{tutor,tutor.vim,tutor.utf-8} $TERMUX_PREFIX/share/vim/vim74/tutor/
|
||||
|
||||
cd $TERMUX_PREFIX/bin
|
||||
ln -f -s vim vi
|
||||
|
Loading…
Reference in New Issue
Block a user