pkgsrc-WIP-changes archive

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

wine64: Adapt Makefile to install from both wine32 and wine64



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Thu Jul 11 20:12:31 2019 +0200
Changeset:	a1b897cae150514303d4db10ba59a777d4b05843

Modified Files:
	wine64/Makefile

Log Message:
wine64: Adapt Makefile to install from both wine32 and wine64

thanks @maya

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

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 2de3c5ddd7..e7446c9628 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -47,8 +47,8 @@ do-build:
 	cd ${BUILD32} && ${SETENV} ${WINE32_ENV} ${MAKE_ENV} ${MAKE} -j${MAKE_JOBS}
 
 do-install:
-	cd ${BUILD32} && ${INSTALL_ENV} ${MAKE} install
-	cd ${BUILD64} && ${INSTALL_ENV} ${MAKE} install
+	cd ${BUILD32} && ${MAKE_ENV} ${MAKE} ${INSTALL_MAKE_FLAGS} install
+	cd ${BUILD64} && ${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