]> git.pld-linux.org Git - packages/acpi_call.git/commitdiff
fix build without userspace
authorJan Palus <atler@pld-linux.org>
Sat, 28 Dec 2019 23:19:55 +0000 (00:19 +0100)
committerJan Palus <atler@pld-linux.org>
Sat, 28 Dec 2019 23:19:55 +0000 (00:19 +0100)
acpi_call.spec

index 1e3986aefd2a488f01a8c581866e694921abf28c..4822260373d7b6802c253106abba68f3c06828c8 100644 (file)
@@ -93,6 +93,8 @@ cp -a installed/* $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%if %{with userspace}
 %files -n %{pname}-scripts
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_datadir}/acpi_call/*.sh
+%endif
This page took 0.133907 seconds and 4 git commands to generate.