pkgsrc-WIP-changes archive

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

devel/alire: modify alire-2.0.0



Module Name:	pkgsrc-wip
Committed By:	Dmytro Kazankov <dmytro.kazankov%gmail.com@localhost>
Pushed By:	dkazankov
Date:		Wed Mar 6 09:07:09 2024 +0200
Changeset:	8a4304fd4dd02267e57755d407493248ad3fbdf5

Modified Files:
	alire/Makefile

Log Message:
devel/alire: modify alire-2.0.0

* Fixed warning in package developer mode

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

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

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

diffs:
diff --git a/alire/Makefile b/alire/Makefile
index c9eec6df91..c89eeab35f 100644
--- a/alire/Makefile
+++ b/alire/Makefile
@@ -27,11 +27,11 @@ GCC_REQD+=	13
 
 .include "../../wip/gprbuild/buildlink3.mk"
 
-CGPRDIR=	${WRKDIR}/.home
+CGPRDIR=	${WRKDIR}
 
 SUBST_CLASSES+=		buildlink
 SUBST_STAGE.buildlink=	post-configure
-SUBST_FILES.buildlink=	../.home/buildlink.cgpr
+SUBST_FILES.buildlink=	../buildlink.cgpr
 SUBST_MESSAGE.buildlink=Set work directory path in config project
 SUBST_SED.buildlink=	-e 's,@WRKDIR@,${WRKDIR},g'
 


Home | Main Index | Thread Index | Old Index