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

Alexander Rødseth arodseth at archlinux.org
Tue Jun 28 18:44:52 UTC 2016


    Date: Tuesday, June 28, 2016 @ 18:44:52
  Author: arodseth
Revision: 181533

upgpkg: moosefs 3.0.77-1

Modified:
  moosefs/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 18:10:54 UTC (rev 181532)
+++ PKGBUILD	2016-06-28 18:44:52 UTC (rev 181533)
@@ -2,7 +2,7 @@
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=moosefs
-pkgver=2.0.88
+pkgver=3.0.77
 pkgrel=1
 pkgdesc='High performing and fault tolerant distributed file system'
 url='http://moosefs.com/'
@@ -13,7 +13,7 @@
 depends=('fuse' 'python2' 'bash' 'xfsprogs')
 install="$pkgname.install"
 source=("http://ppa.moosefs.com/src/moosefs-${pkgver}-1.tar.gz")
-sha256sums=('967d416b5df794aa384c13b4bcef67b2b0686face8a02d0e4a0ac3a42286b6e5')
+sha256sums=('07364ea631f93707e1ea12e4e6002b707d8d4eb160de20a139ae0a73c818ca29')
 
 build() {
   cd "moosefs-${pkgver%_*}"
@@ -25,14 +25,18 @@
     --localstatedir=/var/lib \
     --with-default-user=mfs \
     --with-default-group=mfs \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system \
-    --sbindir=/usr/bin
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
   make
 }
 
 package() {
   make DESTDIR="$pkgdir" -C "moosefs-${pkgver%_*}" install
+
+  # Move mount.moosefs from sbin to usr/bin
+  mv "$pkgdir/sbin/mount.moosefs" "$pkgdir/usr/bin/mount.moosefs"
+  rmdir "$pkgdir/sbin"
 }
 
+
 # getver: moosefs.com/download/sources.html
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list