diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-04-28 00:26:54 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-04-28 00:26:54 +0300 |
| commit | 72bfca3d9da367ecac6dad83b3b44d01efa702cf (patch) | |
| tree | adcb538065dab28cfd62cd2d3b5dbde547abac90 | |
| parent | 3dd3bc346b8522b866516e6332c234236e2b2082 (diff) | |
Add sample disque.conf to /etc/disque
| -rw-r--r-- | .SRCINFO | 2 | ||||
| -rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = disque-git pkgdesc = Distributed message broker pkgver = d01f47d - pkgrel = 1 + pkgrel = 2 url = https://github.com/antirez/disque arch = any license = MIT @@ -2,7 +2,7 @@ pkgname=disque-git pkgver=d01f47d -pkgrel=1 +pkgrel=2 pkgdesc="Distributed message broker" arch=('any') url="https://github.com/antirez/disque" @@ -23,6 +23,7 @@ build() { package() { cd "$pkgname" + install -Dm644 ${srcdir}/${pkgname}/disque.conf ${pkgdir}/etc/disque/disque.conf install -Dm755 ${srcdir}/${pkgname}/src/disque ${pkgdir}/usr/bin/disque install -Dm755 ${srcdir}/${pkgname}/src/disque-server ${pkgdir}/usr/bin/disque-server } |
