Date: Monday, June 2, 2014 @ 01:22:40
  Author: seblu
Revision: 214029

upgpkg: btrfs-progs 3.14.2-2

- fix FS#40634

Added:
  btrfs-progs/trunk/01-fix-manpages.patch
Modified:
  btrfs-progs/trunk/PKGBUILD

-----------------------+
 01-fix-manpages.patch |   13 +++++++++++++
 PKGBUILD              |   12 +++++++++---
 2 files changed, 22 insertions(+), 3 deletions(-)

Added: 01-fix-manpages.patch
===================================================================
--- 01-fix-manpages.patch                               (rev 0)
+++ 01-fix-manpages.patch       2014-06-01 23:22:40 UTC (rev 214029)
@@ -0,0 +1,13 @@
+diff --git a/Documentation/Makefile b/Documentation/Makefile
+index e22f5bca0ff2..e3ad34133832 100644
+--- a/Documentation/Makefile
++++ b/Documentation/Makefile
+@@ -74,7 +74,7 @@ install: install-man
+ install-man: man
+       $(INSTALL) -d -m 755 $(DESTDIR)$(man8dir)
+       $(INSTALL) -m 644 $(GZ_MAN8) $(DESTDIR)$(man8dir)
+-      $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)
++      $(LNS) btrfs-check.8.gz $(DESTDIR)$(man8dir)/btrfsck.8.gz
+ 
+ clean:
+       $(RM) *.xml *.xml+ *.8 *.8.gz

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-06-01 21:43:54 UTC (rev 214028)
+++ PKGBUILD    2014-06-01 23:22:40 UTC (rev 214029)
@@ -5,7 +5,7 @@
 
 pkgname=btrfs-progs
 pkgver=3.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
 depends=('glibc' 'e2fsprogs' 'lzo2' 'zlib')
@@ -17,13 +17,19 @@
 license=('GPL2')
 
source=("git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#tag=v${pkgver}"
         'initcpio-install-btrfs'
-        'initcpio-hook-btrfs')
+        'initcpio-hook-btrfs'
+        '01-fix-manpages.patch')
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
          '7241ba3a4286d08da0d50b7176941112'
-         'b09688a915a0ec8f40e2f5aacbabc9ad')
+         'b09688a915a0ec8f40e2f5aacbabc9ad'
+         'db22d0460539f4696b3d7301dedee17c')
 
+prepare() {
+  patch -p 1 -d $pkgname < 01-fix-manpages.patch
+}
+
 build() {
    cd $pkgname
    make CFLAGS="$CFLAGS"

Reply via email to