pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chromium: fix pkglint
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Sat Feb 14 17:14:08 2026 +0100
Changeset: a9923e929d44ade46395d6372457368443e52e32
Modified Files:
chromium/Makefile
Log Message:
chromium: fix pkglint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a9923e929d44ade46395d6372457368443e52e32
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chromium/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index 78ec22cddf..6728bbf8df 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -293,7 +293,7 @@ do-build: do-cargo-build
cd ${WRKSRC}/third_party/devtools-frontend/src/node_modules/@rollup && \
${CP} ${WRKSRC}/rollup/rust/target/release/libbindings_napi.so \
rollup-${LOWER_OPSYS}/rollup.${LOWER_OPSYS}.node && \
- echo '{ "main": "./rollup.${LOWER_OPSYS}.node" }' > rollup-${LOWER_OPSYS}/package.json
+ ${ECHO} '{ "main": "./rollup.${LOWER_OPSYS}.node" }' > rollup-${LOWER_OPSYS}/package.json
${RUN} ${_ULIMIT_CMD} cd ${WRKSRC} && \
${SETENV} ${MAKE_ENV} ${PREFIX}/bin/ninja -j ${_MAKE_JOBS_N} -C out/${BUILDTYPE} ${TARGET}
Home |
Main Index |
Thread Index |
Old Index