[neon/neon-packaging/nvm/Neon/unstable] debian: get the path right

Carlos De Maine null at kde.org
Mon Sep 4 12:54:56 BST 2023


Git commit c9f2cab2940f7e38d3d7fa7082086be2de8a056c by Carlos De Maine.
Committed on 04/09/2023 at 13:53.
Pushed by carlosdem into branch 'Neon/unstable'.

get the path right

M  +1    -1    debian/postinst

https://invent.kde.org/neon/neon-packaging/nvm/-/commit/c9f2cab2940f7e38d3d7fa7082086be2de8a056c

diff --git a/debian/postinst b/debian/postinst
index 4ef8892..2bb7997 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
 # setup nvm in home dir
 source /usr/share/nvm/init-nvm.sh
 source /usr/share/nvm/install-nvm-exec
-source ~/.nv/nvm.sh
+source ~/.nvm/nvm.sh
 # initialise bash completions
 echo 'PATH="$HOME/.local/bin:$PATH"
 export npm_config_prefix="$HOME/.local"' >> ~/.profile


More information about the Neon-commits mailing list