[arch-commits] Commit in btrfs-progs/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Thu Mar 12 18:42:28 UTC 2015


    Date: Thursday, March 12, 2015 @ 19:42:28
  Author: seblu
Revision: 233408

upgpkg: btrfs-progs 3.19-1

Modified:
  btrfs-progs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-12 16:04:32 UTC (rev 233407)
+++ PKGBUILD	2015-03-12 18:42:28 UTC (rev 233408)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=btrfs-progs
-pkgver=3.18.2
+pkgver=3.19
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
@@ -26,8 +26,9 @@
 
 build() {
   cd $pkgname
-  make CFLAGS="$CFLAGS"
-  make CFLAGS="$CFLAGS" btrfs-select-super
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
 }
 
 check() {
@@ -37,9 +38,7 @@
 
 package() {
   cd $pkgname
-
   make prefix="$pkgdir"/usr install
-  install -Dm755 btrfs-select-super "$pkgdir"/usr/bin
 
   # install mkinitcpio hooks
   cd "$srcdir"



More information about the arch-commits mailing list