diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-12-05 08:49:12 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-12-05 08:49:12 +0000 |
| commit | ebb967de7d94492a0473929a3ca0e441c3fac1b9 (patch) | |
| tree | 6da85cdd8548fbd0cff204eb09642ed6c8b3f250 | |
| parent | 73be5fb37ac9b33c9e174bf3d53b60e33a6243d3 (diff) | |
| download | s6-linux-init-ebb967de7d94492a0473929a3ca0e441c3fac1b9.tar.gz | |
configure: support DESTDIR for sysdeps too
Signed-off-by: Laurent Bercot <ska@appnovation.com>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -267,7 +267,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 |
