fix multiple source install bugs

This commit is contained in:
Matthew Stobbs
2025-03-11 20:16:22 -06:00
parent 5cfa05007c
commit 2fd82b09d5
22 changed files with 99 additions and 67 deletions

View File

@@ -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: