aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-update-kernel-fix-typo.patch
blob: e0deb97dcc2783791751282099ce4b702c6529fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From a800358ceff81134a2538e50298eaff240dbcc94 Mon Sep 17 00:00:00 2001
From: Natanael Copa <ncopa@alpinelinux.org>
Date: Fri, 21 Nov 2014 12:40:55 +0000
Subject: [PATCH] update-kernel: fix typo

---
 update-kernel.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update-kernel.in b/update-kernel.in
index 09b6b9e..2ae397e 100644
--- a/update-kernel.in
+++ b/update-kernel.in
@@ -130,7 +130,7 @@ trap clean_up EXIT $SIGNALS
 
 
 if [ "$SUPERUSER" ]; then
-    apk add $QUIET_OPT --update--cache -t $VIRTUAL mkinitfs squashfs-tools
+    apk add $QUIET_OPT --update-cache -t $VIRTUAL mkinitfs squashfs-tools
 fi
 
 if [ -z "$features" ]; then
-- 
2.1.3