btrfs-progs: start descriptions with a capital letter

This commit is contained in:
Christian Hewitt 2023-11-04 11:53:09 +00:00
parent a581fc83f9
commit 09af862e82
No known key found for this signature in database

View File

@ -11,8 +11,8 @@ PKG_SITE="https://btrfs.wiki.kernel.org/index.php/Main_Page"
PKG_URL="https://github.com/kdave/btrfs-progs/archive/v${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/kdave/btrfs-progs/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain util-linux zlib systemd lzo" PKG_DEPENDS_TARGET="toolchain util-linux zlib systemd lzo"
PKG_SECTION="tools" PKG_SECTION="tools"
PKG_SHORTDESC="tools for the btrfs filesystem" PKG_SHORTDESC="Tools for the btrfs filesystem"
PKG_LONGDESC="tools for the btrfs filesystem" PKG_LONGDESC="Tools for the btrfs filesystem"
PKG_TOOLCHAIN="configure" PKG_TOOLCHAIN="configure"
PKG_BUILD_FLAGS="-sysroot" PKG_BUILD_FLAGS="-sysroot"