pkgsrc-WIP-changes archive

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

0ad: Modify configure process according to documentation



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 15:22:35 2021 +0100
Changeset:	836d85b3e68b79f444ed7aefdbe73e681917e9a5

Modified Files:
	0ad/Makefile

Log Message:
0ad: Modify configure process according to documentation

https://trac.wildfiregames.com/wiki/BuildInstructions#Building

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

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

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

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index be8177b81a..1d40df5254 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -18,8 +18,8 @@ DEPENDS+=	0ad-data-${PKGVERSION}:../../wip/0ad-data
 DEPENDS+=	premake5-[0-9]*:../../wip/premake5
 
 do-configure:
-	${RUN} cd ${WRKSRC} && ./build/workspaces/clean-workspaces.sh
-	${RUN} cd ${WRKSRC} && ./build/workspaces/update-workspaces.sh \
+	${RUN} cd ${WRKSRC}/build/workspaces && ./clean-workspaces.sh
+	${RUN} cd ${WRKSRC}/build/workspaces && ./update-workspaces.sh \
 		--bindir=${PREFIX}/bin \
 		--datadir=${PREFIX}/share/${PKGBASE} \
 		--libdir=${PREFIX}/lib/${PKGBASE} \


Home | Main Index | Thread Index | Old Index