diff --git a/scripts/create-relocatable-package.py b/scripts/create-relocatable-package.py index 420d50b7bf..598a569eda 100755 --- a/scripts/create-relocatable-package.py +++ b/scripts/create-relocatable-package.py @@ -78,7 +78,7 @@ for exe in executables: libs.update(ldd(exe)) # manually add libthread_db for debugging thread -libs.update({'libthread_db-1.0.so': '/lib64/libthread_db-1.0.so'}) +libs.update({'libthread_db.so.1': '/lib64/libthread_db-1.0.so'}) ld_so = libs['ld.so']