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 | |
parent | 535cc9f56541b661251eb9d0707967e69e69bc3d (diff) | |
download | mdevd-6d0550e9156bb32431a0d338a05688aa8811d6e0.tar.gz mdevd-6d0550e9156bb32431a0d338a05688aa8811d6e0.tar.xz mdevd-6d0550e9156bb32431a0d338a05688aa8811d6e0.zip |
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
diff --git a/configure b/configure index 0f076c3..d3fb5a0 100755 --- a/configure +++ b/configure @@ -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 |