feat(tunable): add x64 to @{arch}
This commit is contained in:
parent
c29b4ba536
commit
c51943934e
1 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
@{lib}=/{,usr/}lib{,exec,32,64}
|
@{lib}=/{,usr/}lib{,exec,32,64}
|
||||||
|
|
||||||
# Common places for temporary files
|
# Common places for temporary files
|
||||||
|
# /tmp/user/@{uid}/ is needed when using .... (default on Debian)
|
||||||
@{tmp}=/tmp/ /tmp/user/@{uid}/
|
@{tmp}=/tmp/ /tmp/user/@{uid}/
|
||||||
|
|
||||||
# Common places for EFI
|
# Common places for EFI
|
||||||
|
|
@ -29,7 +30,7 @@
|
||||||
# ----------------
|
# ----------------
|
||||||
|
|
||||||
# Common architecture names
|
# Common architecture names
|
||||||
@{arch}=x86_64 amd64 i386 i686
|
@{arch}=x86_64 x64 amd64 i386 i686
|
||||||
|
|
||||||
# Dbus unique name
|
# Dbus unique name
|
||||||
@{busname}=:1.@{u16} :not.active.yet
|
@{busname}=:1.@{u16} :not.active.yet
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue