From 99e9cbbbe56b99513dec8314b37cf620b1902ebf Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 23 Jan 2023 15:41:05 -0500 Subject: [PATCH] Fix important typo Signed-off-by: Stephen Gallagher --- nodejs-sources.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodejs-sources.sh b/nodejs-sources.sh index 74e0398..c3901bf 100755 --- a/nodejs-sources.sh +++ b/nodejs-sources.sh @@ -307,7 +307,7 @@ sed -e "s/@NODE_MAJOR@/${NODE_MAJOR}/g" \ -e "s/@UNDICI_VERSION@/${UNDICI_VERSION}/g" \ -e "s/@UNDICI_WASI_MAJOR@/${UNDICI_WASI_MAJOR}/g" \ -e "s/@UNDICI_WASI_MINOR@/${UNDICI_WASI_MINOR}/g" \ - ${SCRIPT_DIR}/.packaging/nodejs.spec.in \ + ${SCRIPT_DIR}/packaging/nodejs.spec.in \ > ${SCRIPT_DIR}/nodejs${NODE_MAJOR}.spec rm -rf node-v${version}