mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 10:47:14 +08:00
btrfs-progs 3.18.2
This commit is contained in:
parent
3e5e4c2530
commit
c4df132ff5
@ -6,7 +6,7 @@
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=btrfs-progs
|
||||
pkgver=3.17.3
|
||||
pkgver=3.18.2
|
||||
pkgrel=1
|
||||
pkgdesc='Btrfs filesystem utilities'
|
||||
arch=('x86_64')
|
||||
@ -32,6 +32,11 @@ build() {
|
||||
make CFLAGS="$CFLAGS" btrfs-select-super
|
||||
}
|
||||
|
||||
check() {
|
||||
cd $pkgname
|
||||
./btrfs filesystem show
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user