From 2b8ed315d043b7d2174a29e48c6d881e57f81942 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 16 Oct 2014 21:21:05 +0200 Subject: [PATCH] linux: added lib64/firmware to the manual flistdel because it is owned by fhs. --- base/linux/linux-conf.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base/linux/linux-conf.in b/base/linux/linux-conf.in index a87ff40ab..12f4dfdbc 100644 --- a/base/linux/linux-conf.in +++ b/base/linux/linux-conf.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../linux/linux-conf.in -# Copyright (C) 2006 - 2013 The OpenSDE Project +# Copyright (C) 2006 - 2014 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -356,4 +356,5 @@ pkg_linux_brokenfiles="$base/architecture/$arch/kernel$treever-disable.lst \ # then this directory belongs to the fhs package if pkginstalled fhs; then var_append flistdel "|" "lib/firmware" + var_append flistdel "|" "lib64/firmware" fi