attr: Fix library permissions.

This commit is contained in:
Michael Tremer 2012-06-24 13:16:09 +02:00
parent 410a6818d0
commit e8addcea91
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,7 @@
name = attr
version = 2.4.43
release = 6
release = 7
groups = System/Filesystems
url = http://oss.sgi.com/projects/xfs/
@ -36,6 +36,9 @@ build
# Fix absolute symlink.
rm -rvf %{BUILDROOT}%{libdir}/libattr.so
ln -svf libattr.so.1 %{BUILDROOT}%{libdir}/libattr.so
# Fix library permissions.
chmod 755 %{BUILDROOT}%{libdir}/libattr.so.*
end
end