require package tzdata for the correct link
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
bf27a177da
commit
d224a8b5fc
1 changed files with 2 additions and 1 deletions
|
@ -23,4 +23,5 @@
|
||||||
timezone="$__object_id"
|
timezone="$__object_id"
|
||||||
|
|
||||||
__package tzdata --state installed
|
__package tzdata --state installed
|
||||||
__link /etc/localtime --source /usr/share/zoneinfo/${timezone} --type symbolic
|
require="__package/tzdata" __link /etc/localtime \
|
||||||
|
--source /usr/share/zoneinfo/${timezone} --type symbolic
|
||||||
|
|
Loading…
Reference in a new issue