summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle McNally2017-02-09 09:56:53 -0500
committerKyle McNally2017-02-09 09:56:53 -0500
commit0167d3f34bed41cf1771e6e254cada5f3fc3e0cf (patch)
tree3634b0c7229ded5a8066aae766cade8c58372d96
parent01b428b5e936ece779159365658374de5a0ce373 (diff)
downloadaur-0167d3f34bed41cf1771e6e254cada5f3fc3e0cf.tar.gz
readd samba4.4 line that got accidentally removed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f837d04eecc5..9eb66042db0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = greyhole
pkgdesc = Application that uses Samba to create a storage pool of all your available hard drives and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.greyhole.net/
install = greyhole.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 549781a2b6fb..19a0f9da6351 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=greyhole
pkgver=0.10.0
-pkgrel=1
+pkgrel=2
pkgdesc='Application that uses Samba to create a storage pool of all your available hard drives and allows you to create redundant copies of the files you store, in order to prevent data loss when part of your hardware fails.'
arch=('x86_64')
url="https://www.greyhole.net/"
@@ -79,13 +79,17 @@ package() {
install -m 644 "samba-module/bin/4.3/$_vfs_file" $pkgdir/usr/lib/greyhole/greyhole-samba43.so"
ln -s "/usr/lib/greyhole/greyhole-samba43.so" $pkgdir/usr/lib/samba/vfs/greyhole.so"
;;
+ 44 )
+ install -m 644 "samba-module/bin/4.4/$_vfs_file" "$pkgdir/usr/lib/greyhole/greyhole-samba44.so"
+ ln -s "/usr/lib/greyhole/greyhole-samba44.so" "$pkgdir/usr/lib/samba/vfs/greyhole.so"
+ ;;
45 )
install -m 644 "samba-module/bin/4.5/$_vfs_file" "$pkgdir/usr/lib/greyhole/greyhole-samba45.so"
ln -s "/usr/lib/greyhole/greyhole-samba45.so" "$pkgdir/usr/lib/samba/vfs/greyhole.so"
;;
* )
- echo "Incompatible Samba version: Please see https://github.com/gboudreau/Greyhole/blob/master/INSTALL for manual build directions"
- echo " You can still install this package, but it will not work until you add a greyhole-samba##.so file to /usr/lib/greyhole/"
+ echo 'Incompatible Samba version: Please see https://github.com/gboudreau/Greyhole/blob/master/INSTALL for manual build directions'
+ echo 'You can still install this package, but it will not work until you add a greyhole-samba.so file to /usr/lib/greyhole/'
;;
esac