We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a9756 commit 3050b5aCopy full SHA for 3050b5a
install.sh
@@ -18,5 +18,5 @@ SHARE_PATH="${PREFIX}/share/node-build"
18
mkdir -p "$BIN_PATH" "$ETC_PATH" "$SHARE_PATH"
19
20
install -p bin/* "$BIN_PATH"
21
-install -d etc/* "$ETC_PATH"
+install -p -m 0644 etc/install/* "$ETC_PATH/install"
22
install -p -m 0644 share/node-build/* "$SHARE_PATH"
0 commit comments