From 9a748c2e2c769cba4402a44b4a1e1f495c46331d Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 13 May 2011 06:20:06 +0000 Subject: [PATCH] Fixed directories for sed. --- sys-apps/sed/sed-4.2.1.bep | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/sed/sed-4.2.1.bep b/sys-apps/sed/sed-4.2.1.bep index 864cfdfcb..ce34a6e5a 100644 --- a/sys-apps/sed/sed-4.2.1.bep +++ b/sys-apps/sed/sed-4.2.1.bep @@ -9,6 +9,7 @@ BUILD { cd sed-4.2.1 autoconf ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ + --datarootdir=`finddir B_COMMON_DATA_DIRECTORY` \ --infodir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/info \ --mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man make