aboutsummaryrefslogtreecommitdiff
path: root/lib/relocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/relocation.c')
-rw-r--r--lib/relocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/relocation.c b/lib/relocation.c
index a0ba6a6..870d7cf 100644
--- a/lib/relocation.c
+++ b/lib/relocation.c
@@ -423,7 +423,7 @@ void relocate_root(const char *destroot, const char *baseroot) {
if (SPM_GLOBAL.verbose) {
printf("Relocate RPATH: %s\n", b_record[i]->path);
}
- rpath_autoset(b_record[i]->path, libs);
+ rpath_autoset(b_record[i]->path, libs, destroot);
}
if (SPM_GLOBAL.verbose) {
printf("Relocate DATA : %s\n", b_record[i]->path);