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