[neon/qt6/qt6-webengine/Neon/unstable] debian: more debug

Carlos De Maine null at kde.org
Tue Sep 5 02:19:58 BST 2023


Git commit 897f921d53a880ff6eea248d10653f2b31b1aac6 by Carlos De Maine.
Committed on 05/09/2023 at 03:19.
Pushed by carlosdem into branch 'Neon/unstable'.

more debug

M  +5    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-webengine/-/commit/897f921d53a880ff6eea248d10653f2b31b1aac6

diff --git a/debian/rules b/debian/rules
index aa44b3e..2be60f7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,12 +41,15 @@ override_dh_auto_clean:
 		rm -f $(CURDIR)/$${fname}; \
 	done
 
+	# check stuffs
+	cat ~/.profile
+	ls -ls ~/.nvm/
 	# init nvm and thus npm && # install needed nodejs deps with npm
-	. ~/.nvm/nvm.sh && \
+	. ~/.profile && . ~/.nvm/nvm.sh && \
 	npm install pako && \
 	npm install rollup-plugin-terser && \
 	npm install yargs
-	cat ~/.profile
+	
 
 
 # Turn on system FFmpeg libraries for 6.3


More information about the Neon-commits mailing list