File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ resume_root=$(dirname "${script_root}")
55temp_root=' /tmp/fs_script'
66fs_src=" ${temp_root} /fontawesome"
77
8- [ -r " $fs_src " ] && $( rm " $fs_src " )
9- [ -d " $fs_src " ] && $( rm -r " $fs_src " )
8+ [ -r " $fs_src " ] && $( rm -rf " $fs_src " )
9+ # [ -d "$fs_src" ] && $(rm -r "$fs_src")
1010mkdir -p $fs_src
1111
1212cp " $script_root /fs_sty.py" " $temp_root "
@@ -15,6 +15,5 @@ cp "$script_root/fontawesome_preamble.sty" "$temp_root/fontawesome.sty"
1515git clone -b v4.3.0 --depth 1 https://github.com/FortAwesome/Font-Awesome.git $fs_src
1616cp " ${fs_src} /css/font-awesome.css" " ${temp_root} /fontawesome.css"
1717cp " ${fs_src} /fonts/FontAwesome.otf" " ${resume_root} /fonts/FontAwesome.otf"
18- cd $temp_root
19- ./fs_sty.py " fontawesome.css"
20- cp " fontawesome.sty" " ${resume_root} "
18+ python " ${temp_root} /fs_sty.py" " ${temp_root} /fontawesome.css"
19+ cp " ${temp_root} /fontawesome.sty" " ${resume_root} "
You can’t perform that action at this time.
0 commit comments