From be84dc20be74e1d1d300da3d0175a3f8b1c49d6f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 31 Aug 2012 20:26:23 +0000 Subject: [PATCH] Put dmidecode's doc files into a subdir under doc. --- 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 b0e8533e2..1810d2489 100644 --- a/sys-apps/dmidecode/dmidecode-2.11.bep +++ b/sys-apps/dmidecode/dmidecode-2.11.bep @@ -16,7 +16,7 @@ INSTALL { sbindir=`finddir B_COMMON_BIN_DIRECTORY` \ DESTDIR="$DESTDIR" \ mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \ - docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc + docdir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/doc/dmidecode } LICENSE="GNU GPL v2"