Browse Source

linux: added lib64/firmware to the manual flistdel because it is owned by fhs.

master
Nagy Karoly Gabriel 10 years ago
parent
commit
2b8ed315d0
  1. 3
      base/linux/linux-conf.in

3
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

Loading…
Cancel
Save