feat(tunable): add x64 to @{arch}

This commit is contained in:
Alexandre Pujol 2025-08-15 18:04:35 +02:00
parent c29b4ba536
commit c51943934e
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -20,6 +20,7 @@
@{lib}=/{,usr/}lib{,exec,32,64}
# Common places for temporary files
# /tmp/user/@{uid}/ is needed when using .... (default on Debian)
@{tmp}=/tmp/ /tmp/user/@{uid}/
# Common places for EFI
@ -29,7 +30,7 @@
# ----------------
# Common architecture names
@{arch}=x86_64 amd64 i386 i686
@{arch}=x86_64 x64 amd64 i386 i686
# Dbus unique name
@{busname}=:1.@{u16} :not.active.yet