more hyprland fixes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
when:
|
||||
- hyprland_clean
|
||||
become: "{{ ext_become }}"
|
||||
loop: hyprutils.installed_files
|
||||
loop: "{{ hyprutils.installed_files }}"
|
||||
loop_control:
|
||||
loop_var: file
|
||||
ansible.builtin.file:
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
- name: Build hyprutils
|
||||
ansible.builtin.command:
|
||||
creates: "{{ hyprutils.git_path }}/build/hyprutils.pc"
|
||||
creates: "{{ hyprutils.git_path }}/build/hyprutils.so"
|
||||
chdir: "{{ hyprutils.git_path }}"
|
||||
argv:
|
||||
- cmake
|
||||
|
||||
Reference in New Issue
Block a user