From patchwork Thu Feb 7 21:58:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 219006 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 6496A2C0040 for ; Fri, 8 Feb 2013 09:01:53 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 233838C94E; Thu, 7 Feb 2013 22:01:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x4Jsm0s0ybBf; Thu, 7 Feb 2013 22:01:38 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 363778C9D7; Thu, 7 Feb 2013 21:59:57 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 775F08F753 for ; Thu, 7 Feb 2013 21:59:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3022A311F4 for ; Thu, 7 Feb 2013 21:59:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S11OIILYiVIl for ; Thu, 7 Feb 2013 21:59:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [94.23.35.102]) by silver.osuosl.org (Postfix) with ESMTP id A53F3263AB for ; Thu, 7 Feb 2013 21:59:00 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 3B48D827; Thu, 7 Feb 2013 22:59:00 +0100 (CET) Received: from localhost (humanoidz.org [82.247.183.72]) by mail.free-electrons.com (Postfix) with ESMTPSA id CDD9D827 for ; Thu, 7 Feb 2013 22:58:59 +0100 (CET) From: Thomas Petazzoni To: buildroot@uclibc.org Date: Thu, 7 Feb 2013 22:58:48 +0100 Message-Id: <1360274328-14754-7-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360274328-14754-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1360274328-14754-1-git-send-email-thomas.petazzoni@free-electrons.com> Subject: [Buildroot] [PATCH v3 6/6] Adjust prompt for the post-build scripts option X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Since the post-image config option uses the plural for "Custom scripts", do the same for the post-build config option, for consistency. Signed-off-by: Thomas Petazzoni Acked-by: Samuel Martin --- system/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/Config.in b/system/Config.in index bdd47c5..1e4fff3 100644 --- a/system/Config.in +++ b/system/Config.in @@ -261,7 +261,7 @@ config BR2_ROOTFS_OVERLAY ~ and .git, .svn and .hg directories. config BR2_ROOTFS_POST_BUILD_SCRIPT - string "Custom script to run before creating filesystem images" + string "Custom scripts to run before creating filesystem images" default "" help Specify a space-separated list of scripts to be run after the build