mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 09:42:43 +00:00
Fix important typo
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
443d608e13
commit
99e9cbbbe5
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue