feat: add @{lib} and @{bin} variable def.

This commit is contained in:
Alexandre Pujol 2023-07-03 14:11:07 +01:00
parent 11617131ce
commit 69490ed262
Failed to generate hash of commit

View file

@ -24,4 +24,8 @@
# @{MOUNTS} is a space-separated list of all user mounted directories.
@{MOUNTS}=@{MOUNTDIRS}/*/
# Common places for binaries and libraries across distributions
@{bin}=/{usr/,}{s,}bin
@{lib}=/{usr/,}lib{,exec,32,64}
# Libexec path. Different in some distribution