Skip to content

Commit 3050b5a

Browse files
committed
Actually install etc/install/prefix-retry.bash (second attempt following nodenv#479)
1 parent 65a9756 commit 3050b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ SHARE_PATH="${PREFIX}/share/node-build"
1818
mkdir -p "$BIN_PATH" "$ETC_PATH" "$SHARE_PATH"
1919

2020
install -p bin/* "$BIN_PATH"
21-
install -d etc/* "$ETC_PATH"
21+
install -p -m 0644 etc/install/* "$ETC_PATH/install"
2222
install -p -m 0644 share/node-build/* "$SHARE_PATH"

0 commit comments

Comments
 (0)