From 12dd3eb8861ca493949de5f75b51e3b75272f4a5 Mon Sep 17 00:00:00 2001 From: Ryan Brue Date: Nov 01 2024 05:24:04 +0000 Subject: pop-launcher libexec Signed-off-by: Ryan Brue --- diff --git a/rpms/pop-launcher/pop-launcher.spec b/rpms/pop-launcher/pop-launcher.spec index e84ed6d..561a911 100644 --- a/rpms/pop-launcher/pop-launcher.spec +++ b/rpms/pop-launcher/pop-launcher.spec @@ -65,6 +65,7 @@ fi # Set vergen environment variables export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'" export VERGEN_GIT_SHA="%{commit}" +export POP_LAUNCHER_LIB_DIR=/usr/libexec/pop-launcher just build-release --offline --frozen %{cargo_license_summary} %{cargo_license} > LICENSE.dependencies @@ -75,7 +76,7 @@ sed 's/\(.*\) (.*#\(.*\))/\1+git\2/' -i cargo-vendor.txt # Set vergen environment variables export VERGEN_GIT_COMMIT_DATE="date --utc '%{commitdatestring}'" export VERGEN_GIT_SHA="%{commit}" -just rootdir=%{buildroot} install +just rootdir=%{buildroot} lib-path=libexec install %if %{with check} %check