mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 23:57:13 +08:00
btrfs-progs 3.14.2
This commit is contained in:
parent
6e0bcd720e
commit
45470930bc
@ -6,12 +6,12 @@
|
||||
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
|
||||
|
||||
pkgname=btrfs-progs
|
||||
pkgver=3.14.1
|
||||
pkgver=3.14.2
|
||||
pkgrel=1
|
||||
pkgdesc='Btrfs filesystem utilities'
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
depends=('glibc' 'e2fsprogs' 'lzo2' 'zlib')
|
||||
makedepends=('git')
|
||||
makedepends=('git' 'asciidoc' 'xmlto')
|
||||
url='http://btrfs.wiki.kernel.org/'
|
||||
replaces=('btrfs-progs-unstable')
|
||||
conflicts=('btrfs-progs-unstable')
|
||||
@ -38,10 +38,6 @@ package() {
|
||||
make prefix="$pkgdir"/usr install
|
||||
install -Dm755 btrfs-select-super "$pkgdir"/usr/bin
|
||||
|
||||
# fix manpage
|
||||
install -d "$pkgdir"/usr/share/
|
||||
mv "$pkgdir"/usr/man "$pkgdir"/usr/share/man
|
||||
|
||||
# install mkinitcpio hooks
|
||||
cd "$srcdir"
|
||||
install -Dm644 initcpio-install-btrfs "$pkgdir/usr/lib/initcpio/install/btrfs"
|
||||
|
Loading…
Reference in New Issue
Block a user