Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.2.10
-
Fedora - all
Description
Hello,
I clean up the Fedora (and RHEL) packaging.
I came across that "wsrep_sst_*" files in /usr/bin.
They are scripts - fine, they are executables - fine, they have shebangs - fine.
But the "wsrep_sst_common", which is a library of bash functions for those scripts is not executable, so it should be moved shomewhere like "/usr/share/package-name/"
–
That require both
- changing its location
- fix include command in the rest of the wsrep_sst scripts
libexecdir perhaps, noticed some non-mariadb git scripts there without shebang.
https://cmake.org/cmake/help/v3.0/module/GNUInstallDirs.html
current use of libexecdir is a bit messy however.