From 92d1c34e883cedb58e0c40f3af74940b382b4b90 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 23 Apr 2014 14:48:26 +0200 Subject: 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. --- setup-timezone.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3