Commit cd082af1a130b7997244317e51fe6a0a1a4717d4

Thomas de Grivel 2023-02-08T19:33:10

shpkg_bootstrap

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/bin/shpkg_bootstrap b/bin/shpkg_bootstrap
index 35ec9d4..f5bdef8 100755
--- a/bin/shpkg_bootstrap
+++ b/bin/shpkg_bootstrap
@@ -48,6 +48,7 @@ else
 fi
 
 # profile
+mkdir -p "${SHPKG_DIR}/etc/shpkg"
 {
     echo "export SHPKG_DIR='${SHPKG_DIR}'"
     echo "export PATH='${SHPKG_DIR}/bin:${PATH}'"