From 1bc385e9be518111cfb730f25cc8e2c68621df89 Mon Sep 17 00:00:00 2001 From: fake Date: Fri, 24 Sep 2004 13:33:16 +0000 Subject: [PATCH] fake: silo: static libs go to $root/usr/lib, not $root/lib. this lets silo find libext2fs.a in stage 1. [2004092100124816669] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@4401 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/sparc/silo/silo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/sparc/silo/silo.conf b/package/sparc/silo/silo.conf index a30984d00..2df21521a 100644 --- a/package/sparc/silo/silo.conf +++ b/package/sparc/silo/silo.conf @@ -38,6 +38,6 @@ hook_add postmake 3 pm_silo # 'use-system-ext2_err-h.patch' hook_add premake 1 "rm -f include/ext2fs/ext2_err.h" -var_append makeopt ' ' 'USELIB="-L $root/lib"' -var_append makeinstopt ' ' 'DESTDIR=$root' +var_append makeopt ' ' "USELIB=-L$root/usr/lib" +var_append makeinstopt ' ' "DESTDIR=$root"