From 902c7544f53d14e75e4605e0a06cd641797c4a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 2 Nov 2011 12:40:33 +0000 Subject: [PATCH] Force passing $DESTDIR to make by argument, else package generation fails. --- sys-apps/dmidecode/dmidecode-2.11.bep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/dmidecode/dmidecode-2.11.bep b/sys-apps/dmidecode/dmidecode-2.11.bep index 065d6d569..f787a4217 100644 --- a/sys-apps/dmidecode/dmidecode-2.11.bep +++ b/sys-apps/dmidecode/dmidecode-2.11.bep @@ -12,7 +12,7 @@ BUILD { INSTALL { cd dmidecode-2.11 - make install prefix=`finddir B_COMMON_DIRECTORY` sbindir=`finddir B_COMMON_DIRECTORY`/bin + make install prefix=`finddir B_COMMON_DIRECTORY` sbindir=`finddir B_COMMON_DIRECTORY`/bin DESTDIR="$DESTDIR" } LICENSE="GNU GPL v2" COPYRIGHT="2000-2002 Alan Cox, 2002-2010 Jean Delvare"