s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit a167b8f88321e986bfe32afcc777fc9bb05f42fe
parent 8f07ab35656d5ce025f8ffcce295f72a40033aa6
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Sun,  5 Dec 2021 08:49:05 +0000

 configure: support DESTDIR for sysdeps too

Signed-off-by: Laurent Bercot <ska@appnovation.com>

Diffstat:
Mconfigure | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure @@ -249,7 +249,7 @@ if $slashpackage ; then if $manualsysdeps ; then : else - sysdeps=${sproot}/package/prog/skalibs/sysdeps + sysdeps=${DESTDIR}${sproot}/package/prog/skalibs/sysdeps fi extbinprefix=${exthome}/command dynlibdir=${home}/library.so