We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a0720 commit 9248435Copy full SHA for 9248435
1 file changed
src/tools/rust-installer/install-template.sh
@@ -551,15 +551,15 @@ install_components() {
551
# Decide the destination of the file
552
local _file_install_path="$_dest_prefix/$_file"
553
554
- local _is_bin=false
+ local _is_bin=false
555
case "$_file" in
556
etc/*)
557
local _f="$(echo "$_file" | sed 's/^etc\///')"
558
_file_install_path="$CFG_SYSCONFDIR/$_f"
559
;;
560
bin/*)
561
local _f="$(echo "$_file" | sed 's/^bin\///')"
562
- _is_bin=true
+ _is_bin=true
563
_file_install_path="$CFG_BINDIR/$_f"
564
565
lib/*)
0 commit comments