pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wine64: Use INSTALL_ENV in build phase



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Fri Jul 12 17:30:58 2019 +0200
Changeset:	633b00e8241371931c413101fa3de5244329cf78

Modified Files:
	wine64/Makefile

Log Message:
wine64: Use INSTALL_ENV in build phase

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=633b00e8241371931c413101fa3de5244329cf78

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wine64/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 4c8540e69b..e37c8f4d17 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -46,8 +46,8 @@ do-build:
 	cd ${BUILD32} && ${SETENV} ${WINE32_ENV} ${MAKE_ENV} ${MAKE} -j${MAKE_JOBS}
 
 do-install:
-	cd ${BUILD32} && ${MAKE_ENV} ${MAKE} ${INSTALL_MAKE_FLAGS} install
-	cd ${BUILD64} && ${MAKE_ENV} ${MAKE} ${INSTALL_MAKE_FLAGS} install
+	cd ${BUILD32} && ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} ${MAKE} ${INSTALL_MAKE_FLAGS} install
+	cd ${BUILD64} && ${SETENV} ${INSTALL_ENV} ${MAKE_ENV} ${MAKE} ${INSTALL_MAKE_FLAGS} install
 
 .include "../../wip/freetype2-32/buildlink3.mk"
 .include "../../wip/giflib-32/buildlink3.mk"


Home | Main Index | Thread Index | Old Index