pkgsrc-WIP-changes archive

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

pike8.0: fix path to file (lang -> wip)



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Dec 10 11:32:00 2018 +0100
Changeset:	da0592d808460bcf60c3b770f20384e3d1dbd7a5

Modified Files:
	pike8.0/builtin_module.mk

Log Message:
pike8.0: fix path to file (lang -> wip)

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

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

diffstat:
 pike8.0/builtin_module.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/pike8.0/builtin_module.mk b/pike8.0/builtin_module.mk
index 6ec801b2bc..537c31e092 100644
--- a/pike8.0/builtin_module.mk
+++ b/pike8.0/builtin_module.mk
@@ -120,6 +120,6 @@ install-shared-docs:
 #	for x in "${INSTALL_SHARED_DOCS}";  do\
 #		${INSTALL_DATA} $$x "${DESTDIR}/${SHARED_DOCS_LOC}"; done
 
-.include "../../lang/pike${PIKEVERSUFFIX}/buildlink3.mk"
+.include "../../wip/pike${PIKEVERSUFFIX}/buildlink3.mk"
 
 .endif #PIKE8.0_BUILTIN_MODULE_MK


Home | Main Index | Thread Index | Old Index