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

Sébastien Luttringer seblu at archlinux.org
Tue Apr 26 15:12:10 UTC 2016


    Date: Tuesday, April 26, 2016 @ 17:12:10
  Author: seblu
Revision: 266169

upgpkg: file 5.26-2

- implement FS#49094

Modified:
  file/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-26 14:55:40 UTC (rev 266168)
+++ PKGBUILD	2016-04-26 15:12:10 UTC (rev 266169)
@@ -5,7 +5,7 @@
 
 pkgname=file
 pkgver=5.26
-pkgrel=1
+pkgrel=2
 pkgdesc='File type identification utility'
 arch=('i686' 'x86_64')
 license=('custom')
@@ -30,7 +30,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
   make
 }
 
@@ -43,7 +43,6 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir "$pkgdir/usr/share/man/man5"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list