File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cargo-features = ["panic-immediate-abort"]
22
33[package ]
44name = " sharun"
5- version = " 0.7.6 "
5+ version = " 0.7.7 "
66readme = " README.md"
77license = " MIT"
88repository = " https://github.com/VHSgunzo/sharun"
Original file line number Diff line number Diff line change @@ -1057,7 +1057,7 @@ if [[ ! -d "$WRAPPE_DIR" || "$WITH_PYTHON" == 1 ]]
10571057 hook_msg " copy dri config dir..."
10581058 try_mkdir " $dst_drirc_dir "
10591059 try_cp -T " $sys_drirc_dir " " $dst_drirc_dir "
1060- fi ;;
1060+ fi ;;
10611061 * /libvulkan.so* )
10621062 sys_vk_icd_dir=' /usr/share/vulkan/icd.d'
10631063 dst_vk_icd_dir=" $dst_dir /share/vulkan/icd.d"
Original file line number Diff line number Diff line change @@ -872,7 +872,7 @@ fn main() {
872872 "drirc.d" => {
873873 let sys_drirc_dir = Path :: new ( "/usr/share/drirc.d" ) ;
874874 if !sys_drirc_dir. exists ( ) {
875- env:: set_var ( "DRIRC_CONFIGDIR" , entry_path) ;
875+ env:: set_var ( "DRIRC_CONFIGDIR" , entry_path)
876876 }
877877 }
878878 "X11" => {
You can’t perform that action at this time.
0 commit comments