diff options
Diffstat (limited to 'main/alpine-conf/0001-update-kernel-fix-typo.patch')
-rw-r--r-- | main/alpine-conf/0001-update-kernel-fix-typo.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/main/alpine-conf/0001-update-kernel-fix-typo.patch b/main/alpine-conf/0001-update-kernel-fix-typo.patch new file mode 100644 index 0000000000..e0deb97dcc --- /dev/null +++ b/main/alpine-conf/0001-update-kernel-fix-typo.patch @@ -0,0 +1,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 + |