diff options
Diffstat (limited to 'setup-alpine.in')
-rw-r--r-- | setup-alpine.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup-alpine.in b/setup-alpine.in index 2da6312..856b0de 100644 --- a/setup-alpine.in +++ b/setup-alpine.in @@ -268,7 +268,7 @@ diskmode=$(cat /tmp/alpine-install-diskmode.out 2>/dev/null) if [ "$diskmode" != "sys" ]; then setup-lbu ${LBUOPTS} setup-apkcache ${APKCACHEOPTS} - if [ -L /etc/apk/cache ]; then - $MOCK apk cache sync + if [ -L "$ROOT"/etc/apk/cache ]; then + apk cache sync fi fi |