testing/hylafaxplus: set correct spool directory path

This commit is contained in:
Francesco Colista 2018-03-18 09:54:25 +00:00
parent fc1843803e
commit 2e0e48c1a5
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
pkgname=hylafaxplus
_pkgname=hylafax
pkgver=5.5.9
pkgrel=0
pkgrel=1
pkgdesc="Making the Premier Open-Source Fax Management System Even Better"
url="http://hylafax.sourceforge.net"
arch="all"
@ -90,6 +90,6 @@ package(){
sha512sums="67ac84df2619db7fb88cd7ad3af4beff9918b2481fc8edf7cc7574941161dd7aa6186cfc49c6cdb2a1f073f6cbf2f2a4ed084ca70ebe288bf7cd8e752cd56b2d hylafax-5.5.9.tar.gz
3862cefcd26092000e4489c097537e5e0e2ae1f7c2a7a16b1e933b3bb78d136b6d8a65fb712ae245dd8ca881900408d0d9788bd2e0b859a9569fc6f4ede8cc7c hylafaxplus.initd
3c07726cc9d7351dceb80a46354c6626e54b033b0f434c1db01db2a3b3ab5e9084d551dd23cae3ab40806f27aa5fa0a5b70c43a6b7802356871c0b343baa2376 hylafaxplus.confd
a2117eddc8f0ff70a23a90f2001dcb88c5bddee46ffa021d6d1701cc5cfc3bcb0362ead2b1b1ce2b288992728053c5947466d08916649f45e7dfb1876576e50f hylafaxplus.confd
be6e9f9d86340c63919aaf158c92d541904f2567b78ad2742a041f86333549b66715f108012de9a968b78bcdada8f94aa98320cda69724bf518ff3efbdf00f32 musl-reg-startend.patch
219f1ffcfa3bc40ffbacd015cc22aef06c936ff1c1427d0119c1da6ca1f587e0ac12af9c01042f081c77f9cb6c83375f5f44a675d65435fd8e5cc112bf138e1a fix-parallel-build.patch"

View File

@ -1,5 +1,5 @@
# Spool directory for HylaFAX
spooldir="/var/spool/hylafax"
spooldir="/var/spool/hylafaxplus"
# Faxq program path
faxq="/usr/sbin/faxq"