From: Hugo Villeneuve Date: Thu, 27 Nov 2014 23:29:49 +0000 (-0500) Subject: Clean trailing whitespace X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=28a8892723b15670ebc1fba2a1d093bef4b85154;p=hvlinux.git Clean trailing whitespace --- 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 }