]> git.pld-linux.org Git - packages/blueman.git/commitdiff
- fixed files
authorshadzik <shadzik@pld-linux.org>
Sat, 24 May 2008 14:09:46 +0000 (14:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- blueman dir should be in /usr/lib

Changed files:
    blueman.spec -> 1.5

blueman.spec

index 656ae28e95c740cf53f4408893045a881deeb43d..e0cce62454052aa4b4d359ee5b50bbcd198af2f2 100644 (file)
@@ -64,7 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 #%dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dbus-1/system.d/org.blueman.Mechanism.conf
-%attr(755,root,root) %{_libdir}/%{name}
+%attr(755,root,root) %{_prefix}/lib/%{name}
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_datadir}/dbus-1/system-services/org.blueman.Mechanism.service
This page took 0.062654 seconds and 4 git commands to generate.