pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
try to fix the symlink for zef
Module Name: pkgsrc-wip
Committed By: Matthew Sporleder <msporleder%gmail.com@localhost>
Pushed By: mspo
Date: Sat Aug 12 22:17:38 2017 -0400
Changeset: a280d7e5b16f3a04afe9d3cf50969196dfec13a5
Modified Files:
p6-zef/Makefile
Log Message:
try to fix the symlink for zef
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a280d7e5b16f3a04afe9d3cf50969196dfec13a5
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 f25762bb60..d37d05732e 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/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