[neon/qt6/qt6-webengine/Neon/unstable] debian: use nvm.sh more
Carlos De Maine
null at kde.org
Wed Sep 6 12:03:18 BST 2023
Git commit f255d323dc0b234fc600b4790cdb2c893f7c5d05 by Carlos De Maine.
Committed on 06/09/2023 at 13:03.
Pushed by carlosdem into branch 'Neon/unstable'.
use nvm.sh more
M +1 -2 debian/rules
https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/f255d323dc0b234fc600b4790cdb2c893f7c5d05
diff --git a/debian/rules b/debian/rules
index 998fda3..394c678 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,7 @@ override_dh_auto_clean:
# Turn on system FFmpeg libraries for 6.3
override_dh_auto_configure:
bash -c "source ~/.nvm/nvm.sh && npm install pako && npm install rollup-plugin-terser && npm install yargs"
-
- export PATH=~/.nvm/versions/node/v18.5.0/bin:$(PATH) && \
+ bash -c "source ~/.nvm/nvm.sh" && \
dh_auto_configure -- \
--log-level=STATUS \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \
More information about the Neon-commits
mailing list