From 889689c273eb339437507d851df15a109e6ab25377247bdec1971b08f13e1639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Mon, 9 Feb 2015 16:10:14 +0000 Subject: [PATCH] fix path OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=16 --- cockpit.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockpit.spec b/cockpit.spec index 31bbe30..c9ecce6 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -212,7 +212,7 @@ ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rc%{name} # no firewalld on SUSE rm -rf %{buildroot}%{_prefix}/lib/firewalld # PAM security -install -d /%{_lib}/security +install -d %{buildroot}/%{_lib}/security mv %{buildroot}%{_libdir}/security/pam_reauthorize.so %{buildroot}/%{_lib}/security rm -rf %{_libdir}/security %endif