From: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date: Sat, 25 Jun 2022 18:23:32 +0200
Subject: Drop path segment from plugin path

The new pluginlib does not find it, otherwise.
---
 tools/rosbag_storage/encryptor_plugins.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/rosbag_storage/encryptor_plugins.xml b/tools/rosbag_storage/encryptor_plugins.xml
index 3128ec9..63bbb5e 100644
--- a/tools/rosbag_storage/encryptor_plugins.xml
+++ b/tools/rosbag_storage/encryptor_plugins.xml
@@ -1,4 +1,4 @@
-<library path="lib/librosbag_default_encryption_plugins">
+<library path="librosbag_default_encryption_plugins">
   <class name="rosbag/NoEncryptor" type="rosbag::NoEncryptor" base_class_type="rosbag::EncryptorBase">
     <description>This is a plugin for no encryption.</description>
   </class>
