pkgsrc-WIP-changes archive

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

Use correct INSTALLATION_DIRS.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Fri Jul 12 14:07:53 2019 +0200
Changeset:	d658baa6459193a80f3ee0eeaa1cda8856e1be5c

Modified Files:
	quickjs/Makefile

Log Message:
Use correct INSTALLATION_DIRS.

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

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

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

diffs:
diff --git a/quickjs/Makefile b/quickjs/Makefile
index 05c2e6db1f..0455c71926 100644
--- a/quickjs/Makefile
+++ b/quickjs/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Small and embeddable Javascript engine
 LICENSE=	mit
 USE_TOOLS=	gmake
 
-INSTALLATION_DIRS+=	bin lib include/quickjs
+INSTALLATION_DIRS+=	bin lib/quickjs include/quickjs
 
 post-extract:
 	cd ${WRKSRC}; \


Home | Main Index | Thread Index | Old Index