From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-f44.google.com ([74.125.83.44]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SBsEP-0002u0-De for ptxdist@pengutronix.de; Sun, 25 Mar 2012 20:32:27 +0200 Received: by eeke51 with SMTP id e51so1361249eek.31 for ; Sun, 25 Mar 2012 11:31:49 -0700 (PDT) From: Remy Bohmer Date: Sun, 25 Mar 2012 20:31:40 +0200 Message-Id: <1332700300-25180-7-git-send-email-linux@bohmer.net> In-Reply-To: <1332700300-25180-1-git-send-email-linux@bohmer.net> References: <1332700300-25180-1-git-send-email-linux@bohmer.net> Subject: [ptxdist] [PATCH v4 7/7] [x86_64, multilib] Install Procps libraries at the right place Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Remy Bohmer --- rules/procps.make | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/procps.make b/rules/procps.make index 7ab3786..44d7ea5 100644 --- a/rules/procps.make +++ b/rules/procps.make @@ -51,7 +51,7 @@ PROCPS_MAKEVARS := \ CFLAGS=-O2 \ CPPFLAGS='$(CROSS_CPPFLAGS)' \ LDFLAGS='$(CROSS_LDFLAGS)' \ - lib64=lib \ + lib64=$(CROSS_LIB_DIR) \ ldconfig=true \ MANFILES="" \ BINFILES="$(PROCPS_ALL-y)" @@ -73,8 +73,7 @@ $(STATEDIR)/procps.targetinstall: @$(call install_fixup, procps,AUTHOR,"Robert Schwebel ") @$(call install_fixup, procps,DESCRIPTION,missing) - @$(call install_copy, procps, 0, 0, 0644, -, \ - /lib/libproc-3.2.8.so) + @$(call install_lib, procps, 0, 0, 0644, libproc-3.2.8) ifdef PTXCONF_PROCPS_TOP @$(call install_copy, procps, 0, 0, 0755, -,\ -- 1.7.5.4 -- ptxdist mailing list ptxdist@pengutronix.de