From: Fredrik Fornwall Date: Fri, 9 Sep 2016 13:40:28 +0000 (-0400) Subject: Fix indentation of some files X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/d59c53cf12b562a2964e2c558637d1c68a9c03c0?hp=0090adf0da4ce8c63e692c64911bfe74d79726e6 Fix indentation of some files --- diff --git a/packages/neovim/build.sh b/packages/neovim/build.sh index 763d24ef..92db6ef5 100644 --- a/packages/neovim/build.sh +++ b/packages/neovim/build.sh @@ -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 } diff --git a/packages/vim-python/build.sh b/packages/vim-python/build.sh index 62048998..5a396872 100755 --- a/packages/vim-python/build.sh +++ b/packages/vim-python/build.sh @@ -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 diff --git a/packages/vim/build.sh b/packages/vim/build.sh index 0d66873e..ce776f8b 100755 --- a/packages/vim/build.sh +++ b/packages/vim/build.sh @@ -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