From 5496e1115a5a858dacc51b7f8030a69aacae63a8 Mon Sep 17 00:00:00 2001 From: John Zimmermann Date: Sun, 30 Sep 2018 13:57:43 +0200 Subject: [PATCH] s6: fix path of libexec folder --- srcpkgs/s6/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/s6/template b/srcpkgs/s6/template index 28b042d76c6..1db1524ecf9 100644 --- a/srcpkgs/s6/template +++ b/srcpkgs/s6/template @@ -1,12 +1,13 @@ # Template file for 's6' pkgname=s6 version=2.7.2.1 -revision=1 +revision=2 build_style=configure makedepends="execline-devel skalibs-devel" configure_args="--libdir=/usr/lib --bindir=/usr/bin --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps - --with-lib=${XBPS_CROSS_BASE}/usr/lib" + --with-lib=${XBPS_CROSS_BASE}/usr/lib + --exec-prefix=/usr" short_desc="Small suite of programs for UNIX, designed to allow process supervision" maintainer="Juan RP " license="ISC"