testing/zoneminder: use /tmp for temporary files

This commit is contained in:
Kaarle Ritvanen 2014-02-10 08:59:02 +02:00
parent bbe29b224c
commit 5e89bd802a

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=zoneminder
pkgver=1.26.5
pkgrel=1
pkgrel=2
pkgdesc="Video camera surveillance system"
url="http://www.zoneminder.com/"
arch="x86_64"
@ -34,7 +34,7 @@ prepare() {
build() {
cd "$_builddir"
./bootstrap.sh
ZM_LOGDIR=/var/log ZM_RUNDIR=/var/run ./configure \
ZM_LOGDIR=/var/log ZM_RUNDIR=/var/run ZM_TMPDIR=/tmp ./configure \
--prefix=/usr \
--sysconfdir=/etc \
--with-webdir=/var/www/localhost/htdocs \