]> git.proxmox.com Git - pve-esxi-import-tools.git/commit
packagin: ship script and tool in arch-agnostic /usr/libexec
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 10 Mar 2024 14:39:55 +0000 (15:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 10 Mar 2024 15:10:41 +0000 (16:10 +0100)
commit94fc2e14b3a54d5ac78f29129d0e63f21456d97b
treee347ba52532e23f257a18207d787486c390749dd
parent76a79f35d3515f8d564a78112cef4beb290b58b3
packagin: ship script and tool in arch-agnostic /usr/libexec

no need to use the architecture triple, not like we plan to support
co-installable multi-arch anyway.

Rather just use the arch-agnostic /usr/libexec dir, which the FHS
specifies for:
> Directory contains binaries for internal use only and they are not
> meant to be executed directly by users shell or scripts.

Which pretty much is what this tools are made for, in our use case
anyway.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
debian/rules