diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-10 12:02:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-11-10 12:02:11 +0000 |
commit | e50cf02b4aa0d2f5a2c94ff79632eab702f3e120 (patch) | |
tree | 746504b9b6774ef3b2ce5bac3ab7ffb635242d40 /main/alpine-conf/0002-update-kernel-fix-find-unpaired.patch | |
parent | 7e1d57d10bdc0382b6bc5d7e845480e4a4dda36d (diff) | |
download | aports-e50cf02b4aa0d2f5a2c94ff79632eab702f3e120.tar.bz2 aports-e50cf02b4aa0d2f5a2c94ff79632eab702f3e120.tar.xz |
main/alpine-conf: upgrade to 3.5.0_rc1
Diffstat (limited to 'main/alpine-conf/0002-update-kernel-fix-find-unpaired.patch')
-rw-r--r-- | main/alpine-conf/0002-update-kernel-fix-find-unpaired.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/main/alpine-conf/0002-update-kernel-fix-find-unpaired.patch b/main/alpine-conf/0002-update-kernel-fix-find-unpaired.patch deleted file mode 100644 index 6b0c43a785..0000000000 --- a/main/alpine-conf/0002-update-kernel-fix-find-unpaired.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 37f3d5249c16a9166ff1c63ba031c6d4c9b86183 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> -Date: Sat, 9 Jul 2016 11:44:16 +0300 -Subject: [PATCH 2/6] update-kernel: fix "find: unpaired '('" - -fixes #5883 ---- - update-kernel.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/update-kernel.in b/update-kernel.in -index 34a193d..5b8f6f3 100644 ---- a/update-kernel.in -+++ b/update-kernel.in -@@ -240,7 +240,7 @@ if [ "$ARM" ]; then - DTBDIR=$ROOT/usr/lib/linux-$KVER - [ "$BUILDDIR" ] && DTBDIR=$BUILDDIR/source/arch/arm/boot/dts - cp -a "$DTBDIR"/* $DTB_STAGING -- find "$DTB_STAGING" -type f \! \( -name "*.dtb" -o -name "*.dtbo"\) -delete -+ find "$DTB_STAGING" -type f \! \( -name "*.dtb" -o -name "*.dtbo" \) -delete - fi - - --- -2.9.3 - |