From 182aafd525b307fe53fd299c563a0d71755e651b Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 23 Nov 2023 10:22:51 -0800 Subject: [PATCH] chore: Ensure folder is created for LICENSE --- spec_files/steamdeck-dsp/steamdeck-dsp.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/spec_files/steamdeck-dsp/steamdeck-dsp.spec b/spec_files/steamdeck-dsp/steamdeck-dsp.spec index f6f9c9be..0dbcad01 100644 --- a/spec_files/steamdeck-dsp/steamdeck-dsp.spec +++ b/spec_files/steamdeck-dsp/steamdeck-dsp.spec @@ -27,6 +27,7 @@ Steamdeck Audio Processing %install %make_install DEST_DIR="%{buildroot}" +mkdir -p %{buildroot}%{_datadir}/licenses/%{name}/ cp LICENSE %{buildroot}%{_datadir}/licenses/%{name}/LICENSE # This lists all the files that are included in the rpm package and that