aboutsummaryrefslogtreecommitdiffstats
path: root/main/alpine-conf/0001-update-kernel-fix-bad-typo.patch
blob: 59919cb67c205d68bc4834069fd32bce2405a60d (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 a79092c652ce0b490ba582d682662e83db9fc7b4 Mon Sep 17 00:00:00 2001
From: Carlo Landmeter <clandmeter@gmail.com>
Date: Fri, 5 Aug 2016 16:53:21 +0000
Subject: [PATCH] update-kernel: fix bad typo

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

diff --git a/update-kernel.in b/update-kernel.in
index 06b7eac..ab7c528 100644
--- a/update-kernel.in
+++ b/update-kernel.in
@@ -215,7 +215,7 @@ if [ "$BUILDDIR" ]; then
     make -C "$BUILDDIR" $_install firmware_install modules_install \
 	INSTALL_MOD_PATH=$ROOT \
 	INSTALL_PATH=$BOOT \
-	INSTALL_DTBS_PATH='$ROOT/usr/lib/linux-$(KERNELRELEASE)' \
+	INSTALL_DTBS_PATH='$ROOT/usr/lib/linux-$(KERNELRELEASE)'
 else
     if [ -z "$PACKAGES" ]; then
 	PACKAGES="$(extra_pkgs "dahdi-linux-$FLAVOR" dahdi-linux)
-- 
2.9.1