diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-02-07 11:58:48 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-08 22:06:50 +0100 |
commit | c482eed74c5238065ab1211c1e094be656fcda4f (patch) | |
tree | 1d424b45b7bc7f7cb13c70dd47c92876d1658023 /system/Config.in | |
parent | bd86e4ff737d271e1051f899596e0e717e02ac13 (diff) | |
download | buildroot-novena-c482eed74c5238065ab1211c1e094be656fcda4f.tar.gz buildroot-novena-c482eed74c5238065ab1211c1e094be656fcda4f.zip |
Adjust prompt for the post-build scripts option
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 <thomas.petazzoni@free-electrons.com>
Acked-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'system/Config.in')
-rw-r--r-- | system/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/Config.in b/system/Config.in index bdd47c560..1e4fff3eb 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 |