pkgsrc-WIP-changes archive

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

try one more time to get the symlink right



Module Name:	pkgsrc-wip
Committed By:	Matthew Sporleder <msporleder%gmail.com@localhost>
Pushed By:	mspo
Date:		Sat Aug 12 22:25:19 2017 -0400
Changeset:	32dfd9b514e1692b48f66714958293b9f4c75282

Modified Files:
	p6-zef/Makefile

Log Message:
try one more time to get the symlink right

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

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

diffstat:
 p6-zef/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/p6-zef/Makefile b/p6-zef/Makefile
index d37d05732e..2f02ab3b35 100644
--- a/p6-zef/Makefile
+++ b/p6-zef/Makefile
@@ -29,7 +29,7 @@ do-install:
 	${RM} -f ${DESTDIR}${PREFIX}/share/perl6/site/precomp/.lock
 	${RM} -f ${DESTDIR}${PREFIX}/share/perl6/site/repo.lock
 	${RM} -f ${DESTDIR}${PREFIX}/share/perl6/site/version
-	cd ${DESTDIR}${PREFIX} && mkdir bin && ${LN} -s share/perl6/site/bin/zef bin/zef
+	cd ${DESTDIR}${PREFIX} && mkdir bin && ${LN} -s ../share/perl6/site/bin/zef bin/zef
 
 .include "../../wip/rakudo/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index