remove white space from the end of line

This commit is contained in:
cvh 2017-10-16 00:51:15 +02:00
parent 4452de37d8
commit 5496b4ebd0
10 changed files with 13 additions and 13 deletions

View File

@ -41,5 +41,5 @@ PKG_MAKEINSTALL_OPTS_TARGET="NSINSTALL=$TOOLCHAIN/bin/nsinstall"
configure_target() {
cd $(get_build_dir nss)/nspr
./configure --with-pthreads $TARGET_USE_64 $TARGET_CONFIGURE_OPTS
./configure --with-pthreads $TARGET_USE_64 $TARGET_CONFIGURE_OPTS
}

View File

@ -38,7 +38,7 @@ make_host() {
[ "$TARGET_ARCH" = "x86_64" ] && export USE_64=1
make -C coreconf/nsinstall
make -C coreconf/nsinstall
}
makeinstall_host() {

View File

@ -31,7 +31,7 @@ PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_malloc_0_nonnull=yes \
ac_cv_func_realloc_0_nonnull=yes"
pre_configure_target() {
export CFLAGS="$CFLAGS -I."
}

View File

@ -28,7 +28,7 @@ PKG_SECTION="tools"
PKG_SHORTDESC="jq is a command-line JSON processor"
PKG_LONGDESC="jq is like sed for JSON data you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text."
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
PKG_CONFIGURE_OPTS_TARGET="--disable-shared \
--enable-static \
--disable-maintainer-mode"

View File

@ -48,13 +48,13 @@ make_target() {
INSTALLER_URL="http://sundtek.de/media/netinst/arm64/installer.tar.gz"
;;
esac
wget -O installer.tar.gz $INSTALLER_URL
tar -xzf installer.tar.gz
chmod -R 755 opt/ etc/
rm -f opt/bin/getinput.sh
rm -f opt/bin/lirc.sh
rm -fr opt/lib/pm/

View File

@ -72,7 +72,7 @@ makeinstall_target() {
addon() {
mkdir -p "$ADDON_BUILD/$PKG_ADDON_ID"
cp -PR "$PKG_BUILD/.install_pkg/storage/.kodi/addons/$PKG_SECTION.$PKG_NAME"/* \
"$ADDON_BUILD/$PKG_ADDON_ID/"

View File

@ -18,7 +18,7 @@
# fakeroot-1.20.2 depends on libcap:host, which depends on attr:host
# there are reported buildproblems with attr:host, which should be replicated
# use fakeroot-1.18.4 instead until attr:host builds
# use fakeroot-1.18.4 instead until attr:host builds
PKG_NAME="fakeroot"
PKG_VERSION="1.20.2"

View File

@ -34,7 +34,7 @@ PKG_AUTORECONF="no"
post_unpack() {
mkdir -p $PKG_BUILD/.$HOST_NAME
cp -r $PKG_BUILD/* $PKG_BUILD/.$HOST_NAME
mkdir -p $PKG_BUILD/.$TARGET_NAME
mkdir -p $PKG_BUILD/.$TARGET_NAME
cp -r $PKG_BUILD/* $PKG_BUILD/.$TARGET_NAME
}

View File

@ -67,7 +67,7 @@ make_target() {
fi
;;
Generic)
make -f Makefile.libretro
make -f Makefile.libretro
;;
esac
}

View File

@ -44,7 +44,7 @@ fi
get_graphicdrivers
# Drivers
# Drivers
if [ -n "$LIBINPUT" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xf86-input-libinput"
else