From cdcfe8e91251b5d661a17557b7abb1b0a05524e1 Mon Sep 17 00:00:00 2001 From: Denis Revin Date: Thu, 13 Dec 2018 02:59:04 +0400 Subject: [PATCH] xl2tpd: make run directory --- srcpkgs/xl2tpd/files/xl2tpd/run | 1 + srcpkgs/xl2tpd/template | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/xl2tpd/files/xl2tpd/run b/srcpkgs/xl2tpd/files/xl2tpd/run index e175b1ad478..441d89efcdb 100644 --- a/srcpkgs/xl2tpd/files/xl2tpd/run +++ b/srcpkgs/xl2tpd/files/xl2tpd/run @@ -1,3 +1,4 @@ #!/bin/sh [ -r conf ] && . ./conf +[ -d /var/run/xl2tpd ] || mkdir /var/run/xl2tpd exec xl2tpd -D "${OPTS:=-c /etc/xl2tpd/xl2tpd.conf}" diff --git a/srcpkgs/xl2tpd/template b/srcpkgs/xl2tpd/template index 873a84908f5..050ec34d73c 100644 --- a/srcpkgs/xl2tpd/template +++ b/srcpkgs/xl2tpd/template @@ -1,7 +1,7 @@ # Template file for 'xl2tpd' pkgname=xl2tpd version=1.3.13 -revision=1 +revision=2 build_style=gnu-makefile make_use_env=yes make_build_args="KERNELSRC=${XBPS_CROSS_BASE}/usr"