From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B405F1383D3 for ; Tue, 1 Sep 2015 03:24:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A618E0806; Tue, 1 Sep 2015 03:24:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9F24E0806 for ; Tue, 1 Sep 2015 03:24:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B07AD3406D6 for ; Tue, 1 Sep 2015 03:24:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1800E164 for ; Tue, 1 Sep 2015 03:24:38 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1441077879.59bdd8e568cd9d084da4c8fc9590913d7e84f16e.zerochaos@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: gen_initramfs.sh X-VCS-Directories: / X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 59bdd8e568cd9d084da4c8fc9590913d7e84f16e X-VCS-Branch: master Date: Tue, 1 Sep 2015 03:24:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 313a9283-d4e2-4b9a-abf2-c842d2c53dd8 X-Archives-Hash: ff5ca5efae0ecf5b2a8fec629a5a5efd commit: 59bdd8e568cd9d084da4c8fc9590913d7e84f16e Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Tue Sep 1 03:24:39 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Tue Sep 1 03:24:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=59bdd8e5 minor whitespace fixes gen_initramfs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 01305f4..8fed1eb 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -120,7 +120,7 @@ append_busybox() { rm -rf "${TEMP}/initramfs-busybox-temp" > /dev/null fi - mkdir -p "${TEMP}/initramfs-busybox-temp/bin/" + mkdir -p "${TEMP}/initramfs-busybox-temp/bin/" tar -xjf "${BUSYBOX_BINCACHE}" -C "${TEMP}/initramfs-busybox-temp/bin" busybox || gen_die 'Could not extract busybox bincache!' chmod +x "${TEMP}/initramfs-busybox-temp/bin/busybox" @@ -259,7 +259,7 @@ append_multipath(){ copy_binaries "${TEMP}/initramfs-multipath-temp" \ /bin/mountpoint \ /sbin/{multipath,kpartx,dmsetup} \ - /{lib,lib64}/{udev/scsi_id,multipath/*so} + /{lib,lib64}/{udev/scsi_id,multipath/*so} # Support multipath-tools-0.4.8 and previous if [ -x /sbin/mpath_prio_* ] @@ -678,7 +678,7 @@ append_modules() { find . | cpio ${CPIO_ARGS} --append -F "${CPIO}" \ || gen_die "compressing modules cpio" cd "${TEMP}" - rm -r "${TEMP}/initramfs-modules-${KV}-temp/" + rm -r "${TEMP}/initramfs-modules-${KV}-temp/" } append_modprobed() {