summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/make_deb.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/make_deb.sh b/scripts/make_deb.sh
index a744a83..2601b54 100755
--- a/scripts/make_deb.sh
+++ b/scripts/make_deb.sh
@@ -75,7 +75,8 @@ EOF
fakeroot dh_shlibdeps \
-P"${debian_tmp}/tmp" \
- -l"${sysroot}/lib:${sysroot}/usr/lib:${sysroot}/usr/lib/gconv:${other}/lib" \
+ -X/$(ptxd_get_ptxconf PTXCONF_GNU_TARGET)/lib/ \
+ -X/sysroot-$(ptxd_get_ptxconf PTXCONF_GNU_TARGET)/ \
-- \
-T"${debian_tmp}/substvars" &&