From 28a8892723b15670ebc1fba2a1d093bef4b85154 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Thu, 27 Nov 2014 18:29:49 -0500 Subject: [PATCH] Clean trailing whitespace --- stage2/pkg/binutils | 2 +- stage2/pkg/zlib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stage2/pkg/binutils b/stage2/pkg/binutils index e8d8c09..f0404e2 100644 --- a/stage2/pkg/binutils +++ b/stage2/pkg/binutils @@ -9,7 +9,7 @@ hvconfig_pre() --libdir=/usr/lib \ --enable-shared \ --disable-multilib" - + case "${HVL_TARGET}" in "x86_64") # Libiberty uses gcc -print-multi-os-directory to determine where to diff --git a/stage2/pkg/zlib b/stage2/pkg/zlib index 8c40047..55c6955 100644 --- a/stage2/pkg/zlib +++ b/stage2/pkg/zlib @@ -23,6 +23,6 @@ hvbuild_post() mv -v /usr/lib/libz.so.* /lib ln -svf ../../lib/libz.so.1 /usr/lib/libz.so - # Fix the permissions on the static library: + # Fix the permissions on the static library: chmod 644 /usr/lib/libz.a } -- 2.20.1