fix multiple source install bugs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
- name: Check if hyprlang is installed
|
||||
register: stat_hyprlang_inst
|
||||
ansible.builtin.stat:
|
||||
path: "{{ hyprland.prefix }}/lib64/libhyprlang.so"
|
||||
path: "{{ hyprland.prefix }}/{{ lib_path }}/libhyprlang.so"
|
||||
|
||||
- name: Build and install hyprlang
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user