f2fs-tools: update to 1.4.0.
This commit is contained in:
parent
0a48d47f92
commit
c5b38c5315
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'f2fs-tools'
|
||||
pkgname=f2fs-tools
|
||||
version=1.3.0
|
||||
revision=2
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --disable-static"
|
||||
make_install_args="sbindir=/usr/bin"
|
||||
|
@ -15,7 +15,6 @@ homepage="http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git"
|
|||
do_fetch() {
|
||||
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue