Browse Source

update path to mergerfs buildtools

Blaine Story 5 months ago
parent
commit
f3c31e15ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/mergerfs/tasks/installation.yml

+ 1 - 1
roles/mergerfs/tasks/installation.yml

@@ -25,7 +25,7 @@
   shell:
     cmd: >
          git checkout {{ mergerfs_version.stdout }} &&
-         tools/install-build-pkgs &&
+         buildtools/install-build-pkgs &&
          make rpm
     chdir: /root/mergerfs
     creates: "{{ mergerfs_rpm }}"