From a627d3189fbc3db76cbca6b500e8d4edf66eedf0 Mon Sep 17 00:00:00 2001 From: Tharre Date: Sat, 9 Mar 2019 13:48:47 +0100 Subject: Symlink diodmount to mount.diod to enable mount -t --- PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 42dc80e..01c2776 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=diod pkgver=1.0.24 -pkgrel=1 +pkgrel=2 pkgdesc="A multi-threaded, user space file server that speaks 9P2000.L" url="https://github.com/chaos/diod" arch=('i686' 'x86_64') @@ -43,6 +43,8 @@ package() { cd "${pkgname}-${pkgver}" make "DESTDIR=$pkgdir" install + ln -s diodmount "${pkgdir}/usr/bin/mount.diod" + install -Dm644 scripts/diod.service -t "${pkgdir}/usr/lib/systemd/system" rm -rf "$pkgdir/etc/systemd" } -- cgit v1.2.3-70-g09d2