diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-12-05 08:49:01 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2021-12-05 08:49:01 +0000 |
| commit | 6d0550e9156bb32431a0d338a05688aa8811d6e0 (patch) | |
| tree | 5c13e7e8adf776a126c2ed6c2f9348cafea8d580 /configure | |
| parent | 535cc9f56541b661251eb9d0707967e69e69bc3d (diff) | |
| download | mdevd-6d0550e9156bb32431a0d338a05688aa8811d6e0.tar.gz | |
configure: support DESTDIR for sysdeps too
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -245,7 +245,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 |
