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