diff options
-rw-r--r-- | devel/boost-libs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} |