mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/zoneminder: use /tmp for temporary files
This commit is contained in:
parent
bbe29b224c
commit
5e89bd802a
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user