watchman: get rid of /usr/var/run/... stuff; use $TMPDIR instead.
This commit is contained in:
parent
ff703057a7
commit
7ced6e76c7
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'watchman'
|
# Template file for 'watchman'
|
||||||
pkgname=watchman
|
pkgname=watchman
|
||||||
version=4.5.0
|
version=4.5.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-statedir"
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="pcre-devel"
|
makedepends="pcre-devel"
|
||||||
short_desc="Watches files and records, or triggers actions, when they change"
|
short_desc="Watches files and records, or triggers actions, when they change"
|
||||||
|
|
Loading…
Reference in a new issue