made hyprland prefix /usr/local
This commit is contained in:
@@ -7,9 +7,16 @@
|
||||
loop_var: file
|
||||
ansible.builtin.file:
|
||||
state: absent
|
||||
path: "{{ path.prefix }}/{{ file }}"
|
||||
path: "{{ hyprland.prefix }}/{{ file }}"
|
||||
|
||||
- name: Check if aquamarine is installed
|
||||
register: stat_aquamarine_inst
|
||||
ansible.builtin.stat:
|
||||
path: "{{ hyprland.prefix }}/lib64/libaquamarine.so"
|
||||
|
||||
- name: Build and install aquamarine
|
||||
when:
|
||||
- stat_aquamarine_inst.stat.exists
|
||||
block:
|
||||
- name: Clone git repository
|
||||
ansible.builtin.git:
|
||||
@@ -26,7 +33,7 @@
|
||||
- cmake
|
||||
- --no-warn-unused-cli
|
||||
- DCMAKE_BUILD_TYPE=Release
|
||||
- -DCMAKE_INSTALL_PREFIX={{ path.prefix }}
|
||||
- -DCMAKE_INSTALL_PREFIX={{ hyprland.prefix }}
|
||||
- -S
|
||||
- .
|
||||
- -B
|
||||
|
||||
Reference in New Issue
Block a user