From d1eadcfcabc4c263795ab75cafd88d490bf8704c Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Fri, 15 Aug 2014 18:36:07 +0000 Subject: [PATCH] Fix typo. --- devel/boost-libs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 4f666fd08a5d..9b2cf7ad18d2 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -48,7 +48,7 @@ do-build: do-install: @cd ${WRKSRC} && \ - ${SETENT} ${MAKE_ENV} ${BJAM} --prefix=${STAGEDIR}${PREFIX} ${BJAM_ARGS} install + ${SETENV} ${MAKE_ENV} ${BJAM} --prefix=${STAGEDIR}${PREFIX} ${BJAM_ARGS} install # For some reasons BJAM forget about the links @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX}