Browse Source

idunn: adapted idunn to the linux26-> linux package rename.

master
Nagy Károly Gábriel 13 years ago
parent
commit
b1594aa41b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build-initramfs.in

+ 2
- 2
build-initramfs.in

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: target/idunn/build-initramfs.in # 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. # More information can be found in the files COPYING and README.
# #
@ -34,7 +34,7 @@ initramfs_install_pattern() {
local pkg="$1"; shift local pkg="$1"; shift
case "$pkg" in case "$pkg" in
linux26)
linux)
echo "-e '/\/\(source\|build\)$/d;' -e '/ boot\//d;' $@" echo "-e '/\/\(source\|build\)$/d;' -e '/ boot\//d;' $@"
;; ;;
fhs) fhs)

Loading…
Cancel
Save