Commit 34e5b328 authored by Florent Revest's avatar Florent Revest

mapplauncherd: fixes QA warning because of a -L/lib parameter

parent 245b7348
......@@ -16,7 +16,7 @@ B = "${S}"
do_configure_prepend() {
sed -i '/Target for documentation/,$d' ${S}/CMakeLists.txt
sed -i 's@lsystemd-daemon@lsystemd@' ${S}/src/launcherlib/CMakeLists.txt
sed -i 's@-L/lib -lsystemd-daemon@-lsystemd@' ${S}/src/launcherlib/CMakeLists.txt
}
do_install_append() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment