[neon/qt6/qt6-webengine/Neon/unstable] debian: fix path
Scarlett Moore
null at kde.org
Tue Sep 5 14:40:54 BST 2023
Git commit 1ae36b726d1302b8b04e5680838f331cdc5ebe58 by Scarlett Moore.
Committed on 05/09/2023 at 15:40.
Pushed by scarlettmoore into branch 'Neon/unstable'.
fix path
M +1 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/1ae36b726d1302b8b04e5680838f331cdc5ebe58
diff --git a/debian/rules b/debian/rules
index 3f3caf1..8bbc0d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,7 +47,7 @@ override_dh_auto_clean:
# init nvm and thus npm && # install needed nodejs deps with npm
echo $(PATH)
- . ~/.profile && . PATH=~.nvm/versions/node/v18.5.0/bin ~/.nvm/nvm.sh && \
+ . ~/.profile && . PATH=~/.nvm/versions/node/v18.5.0/bin ~/.nvm/nvm.sh && \
npm install pako && \
npm install rollup-plugin-terser && \
npm install yargs
More information about the Neon-commits
mailing list