[neon/qt6/qt6-webengine/Neon/unstable] debian: try and link higher up the tree

Carlos De Maine null at kde.org
Wed Sep 6 14:34:57 BST 2023


Git commit 3908628e9e4ac0f4f07ad875ddb0dc52159832d6 by Carlos De Maine.
Committed on 06/09/2023 at 15:34.
Pushed by carlosdem into branch 'Neon/unstable'.

try and link higher up the tree

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/3908628e9e4ac0f4f07ad875ddb0dc52159832d6

diff --git a/debian/rules b/debian/rules
index 5690d30..0c16f88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,7 +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"
-	ln -s ~/.nvm/versions/node/v18.5.0/bin/node ./src/3rdparty/chromium/third_party/node/linux/node
+	ln -s ~/.nvm/versions/node/v18.5.0/ ./src/3rdparty/chromium/third_party/node/linux
 	bash -c "source ~/.nvm/nvm.sh && \
 	dh_auto_configure -- \
 		--log-level=STATUS \


More information about the Neon-commits mailing list