[neon/qt6/qt6-webengine/Neon/unstable] debian: fix export, devug path

Scarlett Moore null at kde.org
Tue Sep 5 13:38:36 BST 2023


Git commit 45c810c362aae65bdc4b84698e88d7f7d1bf5fbf by Scarlett Moore.
Committed on 05/09/2023 at 14:38.
Pushed by scarlettmoore into branch 'Neon/unstable'.

fix export, devug path

M  +2    -1    debian/rules

https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/45c810c362aae65bdc4b84698e88d7f7d1bf5fbf

diff --git a/debian/rules b/debian/rules
index 5c793ff..45ed277 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,8 @@ override_dh_auto_clean:
 	cat ~/.profile
 	ls -ls ~/.nvm/
 	# init nvm and thus npm && # install needed nodejs deps with npm
-	export PATH=$NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH
+	export PATH=$(NVM_DIR)/versions/node/v$(NODE_VERSION)/bin:$(PATH)
+	echo $(PATH)
 	. ~/.profile && . ~/.nvm/nvm.sh && \
 	npm install pako && \
 	npm install rollup-plugin-terser && \


More information about the Neon-commits mailing list