doc: update guideline to the new bin and lib variables.
This commit is contained in:
parent
2b2c42d23c
commit
64146be05a
5 changed files with 18 additions and 18 deletions
|
|
@ -89,8 +89,8 @@ title: Variables References
|
|||
| Mountpoints directories | `@{MOUNTS}` | `@{MOUNTDIRS}/*/` |
|
||||
| Universally unique identifier | `@{uuid}` | `[0-9a-fA-F]*-[0-9a-fA-F]*-[0-9a-fA-F]*-[0-9a-fA-F]*-[0-9a-fA-F]*` |
|
||||
| Hexadecimal | `@{hex}` | `[0-9a-fA-F]*` |
|
||||
| Libexec *(Archlinux)* | `@{libexec}` | `/{usr/,}lib` |
|
||||
| Libexec *(Debian/Ubuntu)* | `@{libexec}` | `/{usr/,}libexec` |
|
||||
| Bin | `@{bin}` | `/{usr/,}{s,}bin` |
|
||||
| Lib | `@{lib}` | `/{usr/,}lib{,exec,32,64}` |
|
||||
| multi-arch library | `@{multiarch}` | `*-linux-gnu*` |
|
||||
| Proc | `@{PROC}` | `/proc/` |
|
||||
| Run | `@{run}` | `/run/ /var/run/` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue