From b1594aa41babde58cca006571f0e0219440fe3d0 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Wed, 21 Dec 2011 20:11:14 +0100 Subject: [PATCH] idunn: adapted idunn to the linux26-> linux package rename. --- build-initramfs.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-initramfs.in b/build-initramfs.in index a84cc9a..ed47383 100644 --- a/build-initramfs.in +++ b/build-initramfs.in @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: target/idunn/build-initramfs.in -# Copyright (C) 2008 The OpenSDE Project +# Copyright (C) 2008 - 2011 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -34,7 +34,7 @@ initramfs_install_pattern() { local pkg="$1"; shift case "$pkg" in - linux26) + linux) echo "-e '/\/\(source\|build\)$/d;' -e '/ boot\//d;' $@" ;; fhs)