Merge pull request #8284 from chewitt/btrfs

btrfs-progs: start descriptions with a capital letter
This commit is contained in:
CvH 2023-11-04 12:58:52 +01:00 committed by GitHub
commit 4a9b324949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"