]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- fix _lib
authorshadzik <shadzik@pld-linux.org>
Thu, 25 Nov 2010 13:30:27 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    systemd.spec -> 1.8

systemd.spec

index 1682a67e6f54764520f51c683b28d40014cb4176..059719f24a149630ccde442aa17f32162190bd62 100644 (file)
@@ -89,8 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/tmpfiles.d
 %{_sysconfdir}/xdg/systemd
 /lib/udev/rules.d/99-systemd.rules
-%{_lib}/security/pam_systemd.la
-%attr(755,root,root) %{_lib}/security/pam_systemd.so
+/%{_lib}/security/pam_systemd.la
+%attr(755,root,root) /%{_lib}/security/pam_systemd.so
 %{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.Automount.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.Device.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.systemd1.Job.xml
This page took 0.392707 seconds and 4 git commands to generate.