summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50d25d022ce9..138ee4011293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = diod
pkgdesc = A multi-threaded, user space file server that speaks 9P2000.L
pkgver = 1.0.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chaos/diod
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 42dc80e50aca..01c2776d5554 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"
}