aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-04-23 14:48:26 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2014-04-23 14:48:26 +0200
commit92d1c34e883cedb58e0c40f3af74940b382b4b90 (patch)
tree1f19ddee84d9d08d6152a68afbdf910825ddfff1
parent300e90593983a872ebfa19321bcc307436a22374 (diff)
downloadalpine-conf-92d1c34e883cedb58e0c40f3af74940b382b4b90.tar.bz2
alpine-conf-92d1c34e883cedb58e0c40f3af74940b382b4b90.tar.xz
setup-timezone: force install virtual package
This is to avoid the message: ERROR: You tried to add a non-repository package to system, but it would be lost on next reboot. Enable package caching (apk cache --help) or use --force if you know what you are doing.
-rw-r--r--setup-timezone.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-timezone.in b/setup-timezone.in
index 41e1f10..4192465 100644
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -72,7 +72,7 @@ if $INSTALL_TZDATA; then
pkg=tzdata
apkdel=
else
- pkg="--virtual .setup-timezone tzdata"
+ pkg="--force --virtual .setup-timezone tzdata"
apkdel=".setup-timezone"
fi