diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-28 17:06:56 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-28 17:17:48 +0100 |
commit | 8429995cb6eb64649b6fdfa2e6332f1345fb77a9 (patch) | |
tree | 8bcf5dc7f945e4cce812b1724bd140d9a4fbe1ec /zyklonb.c | |
parent | 03ed0973531708d855da1129f54ee6b3f933b0af (diff) | |
download | xK-8429995cb6eb64649b6fdfa2e6332f1345fb77a9.tar.gz xK-8429995cb6eb64649b6fdfa2e6332f1345fb77a9.tar.xz xK-8429995cb6eb64649b6fdfa2e6332f1345fb77a9.zip |
ZyklonB: don't look for plugins in /usr/lib
It's quite unlikely that this project will ever see compiled plugins.
Diffstat (limited to 'zyklonb.c')
-rw-r--r-- | zyklonb.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1019,7 +1019,6 @@ plugin_resolve_relative_filename (const char *filename) { struct strv paths = strv_make (); get_xdg_data_dirs (&paths); - strv_append (&paths, LIBDIR); // Legacy, we do not compile any plugins char *result = resolve_relative_filename_generic (&paths, PROGRAM_NAME "/plugins/", filename); strv_free (&paths); |