From 6a70338308b6e246ec285d9b3ff4827c3ea9c6ea Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Fri, 2 Nov 2007 13:23:16 +0000 Subject: [PATCH] Stefan Fiedler: procps: fix for multilib builds [2007091023140331311] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8737 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/procps/procps.conf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/package/base/procps/procps.conf b/package/base/procps/procps.conf index a24749986..939c63e32 100644 --- a/package/base/procps/procps.conf +++ b/package/base/procps/procps.conf @@ -1,3 +1,10 @@ -if [ "$stagelevel" == 1 ] ; then - var_append makeinstopt " " "DESTDIR=$root install=\"install -D\"" +#!/bin/bash + +var_append makeopt " " "m64=" +var_append makeinstopt " " "lib64=$multilib" + +var_append makeinstopt " " "DESTDIR=\"$instroot\" install=\"install -D\"" + +if [ "$libs_only" = 1 ] ; then + hook_add postmake 5 "cp -a $dummydir/lib/* $libdir/" fi