aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-21 12:42:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-24 11:06:00 +0000
commita6961b2058800325fa8a37da223b7309f277199c (patch)
tree72dafabd09dcd3aa4cec6a4681d0c46dc9f8598c
parentf02ec53f150a19cd52e6ddb1600167d7d7564691 (diff)
downloadalpine_aports-a6961b2058800325fa8a37da223b7309f277199c.tar.bz2
alpine_aports-a6961b2058800325fa8a37da223b7309f277199c.tar.xz
alpine_aports-a6961b2058800325fa8a37da223b7309f277199c.zip
main/alpine-conf: fix typo in update-kernel
-rw-r--r--main/alpine-conf/0001-update-kernel-fix-typo.patch25
-rw-r--r--main/alpine-conf/APKBUILD12
2 files changed, 33 insertions, 4 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 @@
1From a800358ceff81134a2538e50298eaff240dbcc94 Mon Sep 17 00:00:00 2001
2From: Natanael Copa <ncopa@alpinelinux.org>
3Date: Fri, 21 Nov 2014 12:40:55 +0000
4Subject: [PATCH] update-kernel: fix typo
5
6---
7 update-kernel.in | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/update-kernel.in b/update-kernel.in
11index 09b6b9e..2ae397e 100644
12--- a/update-kernel.in
13+++ b/update-kernel.in
14@@ -130,7 +130,7 @@ trap clean_up EXIT $SIGNALS
15
16
17 if [ "$SUPERUSER" ]; then
18- apk add $QUIET_OPT --update--cache -t $VIRTUAL mkinitfs squashfs-tools
19+ apk add $QUIET_OPT --update-cache -t $VIRTUAL mkinitfs squashfs-tools
20 fi
21
22 if [ -z "$features" ]; then
23--
242.1.3
25
diff --git a/main/alpine-conf/APKBUILD b/main/alpine-conf/APKBUILD
index 17788fc518..1419b5b9d1 100644
--- a/main/alpine-conf/APKBUILD
+++ b/main/alpine-conf/APKBUILD
@@ -1,13 +1,14 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2pkgname=alpine-conf 2pkgname=alpine-conf
3pkgver=3.1.0 3pkgver=3.1.0
4pkgrel=0 4pkgrel=1
5pkgdesc="Alpine configuration management scripts" 5pkgdesc="Alpine configuration management scripts"
6url=http://git.alpinelinux.org/cgit/$pkgname 6url=http://git.alpinelinux.org/cgit/$pkgname
7arch="all" 7arch="all"
8license="GPL2" 8license="GPL2"
9depends="openrc" 9depends="openrc"
10source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz 10source="http://dev.alpinelinux.org/archive/alpine-conf/alpine-conf-$pkgver.tar.xz
11 0001-update-kernel-fix-typo.patch
11 " 12 "
12 13
13_builddir="$srcdir"/$pkgname-$pkgver 14_builddir="$srcdir"/$pkgname-$pkgver
@@ -34,6 +35,9 @@ package() {
34 done 35 done
35} 36}
36 37
37md5sums="d48adaa13dbba0e4c461b39a59fb1c10 alpine-conf-3.1.0.tar.xz" 38md5sums="d48adaa13dbba0e4c461b39a59fb1c10 alpine-conf-3.1.0.tar.xz
38sha256sums="5c5c3081fba18c0303bd29ccf8caab5d550c0a767f9b3b1e6a0644b717661122 alpine-conf-3.1.0.tar.xz" 39fe4a81cdf9d30c1f0bbcc9977e96410a 0001-update-kernel-fix-typo.patch"
39sha512sums="22ce9a149171cf8503937b60d36ec2b69fb95123d3e3f7776cc3c9e0f14cdc8a9a2338be8c223233652cd1456f6b55bbc71ed0deda2efb75f0e62b67a4c40088 alpine-conf-3.1.0.tar.xz" 40sha256sums="5c5c3081fba18c0303bd29ccf8caab5d550c0a767f9b3b1e6a0644b717661122 alpine-conf-3.1.0.tar.xz
41cc1a2254eae01c2cde362cc7cf65d6e5ba7d53a7ced8a170b0502130af6877be 0001-update-kernel-fix-typo.patch"
42sha512sums="22ce9a149171cf8503937b60d36ec2b69fb95123d3e3f7776cc3c9e0f14cdc8a9a2338be8c223233652cd1456f6b55bbc71ed0deda2efb75f0e62b67a4c40088 alpine-conf-3.1.0.tar.xz
437f30c7ecb696b4fbf815802bd9d369f2d21a2b2502efdeac3af260df72195c19199fddc81702eb204746146433a23c0649bcf1b8a71c57a34971c4457f0ac33f 0001-update-kernel-fix-typo.patch"