From 216fea21964de1e0bc0edf2b5ea045f4b681b042 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 14 Nov 2010 12:42:48 +0100 Subject: [PATCH] bash: rename patches, cleanups Signed-off-by: Stephan Raue --- packages/sysutils/bash/meta | 4 ++-- .../patches/{bash-4.1-fixes-1.diff => bash-4.1-fixes-1.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/sysutils/bash/patches/{bash-4.1-fixes-1.diff => bash-4.1-fixes-1.patch} (100%) diff --git a/packages/sysutils/bash/meta b/packages/sysutils/bash/meta index e4d86f6385..06dddcb548 100644 --- a/packages/sysutils/bash/meta +++ b/packages/sysutils/bash/meta @@ -3,12 +3,12 @@ PKG_VERSION="4.1" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" -PKG_SITE="http://http://www.gnu.org/software/bash " +PKG_SITE="http://http://www.gnu.org/software/bash" PKG_URL="http://ftp.gnu.org/gnu/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_DEPENDS="" PKG_BUILD_DEPENDS="toolchain" PKG_PRIORITY="required" PKG_SECTION="system" -PKG_SHORTDESC="Bourne Again Shell" +PKG_SHORTDESC="bash: Bourne Again Shell" PKG_LONGDESC="Bash is the shell, or command language interpreter, that will appear in the GNU operating system. Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification." PKG_IS_ADDON="no" diff --git a/packages/sysutils/bash/patches/bash-4.1-fixes-1.diff b/packages/sysutils/bash/patches/bash-4.1-fixes-1.patch similarity index 100% rename from packages/sysutils/bash/patches/bash-4.1-fixes-1.diff rename to packages/sysutils/bash/patches/bash-4.1-fixes-1.patch