summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Garillot2018-04-22 19:16:52 -0700
committerFrançois Garillot2018-04-22 19:16:52 -0700
commit152971f1ca796ae5c9b34c001c3c656660437f5d (patch)
tree5575f8aebe1d39ad50f4a85ada58125a07d42492
parentdf9c8e187a930daa5cce36314162c3f7a141d676 (diff)
downloadaur-nfusr-git.tar.gz
bumping bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb44c0de231b..422981246f1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Apr 23 02:05:33 UTC 2018
+# Mon Apr 23 02:16:36 UTC 2018
pkgbase = nfusr-git
pkgdesc = nfusr is a userspace FUSE client for accessing NFSv3 servers based on libnfs.
pkgver = r2.4a83ede
diff --git a/PKGBUILD b/PKGBUILD
index 4fe639c12e1b..b6296a3bfd2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -49,5 +49,5 @@ package() {
make
make DESTDIR="$pkgdir" install
cd $pkgdir
- mv sbin usr
+ mv sbin usr/bin
}