pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chromium: fix ${RUN} usage
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon Feb 23 13:51:51 2026 +0100
Changeset: 685455103d6814ed128e79615153cfabc9f3dd42
Modified Files:
chromium/Makefile
Log Message:
chromium: fix ${RUN} usage
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=685455103d6814ed128e79615153cfabc9f3dd42
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chromium/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/chromium/Makefile b/chromium/Makefile
index cb08c288ad..808b129e77 100644
--- a/chromium/Makefile
+++ b/chromium/Makefile
@@ -271,8 +271,8 @@ pre-configure:
${MKDIR} ${WRKSRC}/third_party/devtools-frontend/src/node_modules/@rollup/rollup-${LOWER_OPSYS}
do-configure:
- cd ${WRKSRC}/esbuild && \
- ${RUN} ${WRKSRC}/third_party/node/${LOWER_OPSYS}/node-${LOWER_OPSYS}/bin/node scripts/esbuild.js \
+ ${RUN} cd ${WRKSRC}/esbuild && \
+ ${WRKSRC}/third_party/node/${LOWER_OPSYS}/node-${LOWER_OPSYS}/bin/node scripts/esbuild.js \
${WRKSRC}/third_party/devtools-frontend/src/third_party/esbuild/esbuild --neutral
${RM} -rf ${WRKSRC}/third_party/devtools-frontend/src/node_modules/esbuild
${LN} -sf ${WRKSRC}/esbuild/npm/esbuild \
Home |
Main Index |
Thread Index |
Old Index