From 7ced6e76c783b537de287cd109e1c9d97c09df8b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Apr 2016 20:50:33 +0200 Subject: [PATCH] watchman: get rid of /usr/var/run/... stuff; use $TMPDIR instead. --- srcpkgs/watchman/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/watchman/template b/srcpkgs/watchman/template index 20c3d6f2c7a..0a51a05cf26 100644 --- a/srcpkgs/watchman/template +++ b/srcpkgs/watchman/template @@ -1,8 +1,9 @@ # Template file for 'watchman' pkgname=watchman version=4.5.0 -revision=1 +revision=2 build_style=gnu-configure +configure_args="--disable-statedir" hostmakedepends="automake libtool" makedepends="pcre-devel" short_desc="Watches files and records, or triggers actions, when they change"