Skip to content

Commit 45809fd

Browse files
committed
rust: fix lib permissions so that rpm can search for the provides
1 parent c13b36f commit 45809fd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rust.spec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ Requires: zlib
2222

2323
# set *.so permission so that rpmbuild can properly find the Provides
2424
chmod 0755 %{i}/lib/*.so
25-
%ifarch x86_64
26-
# files doesn't exist on ARM
2725
chmod 0755 %{i}/lib/libLLVM*stable
28-
%endif
2926

3027
#Remove doc/man
3128
rm -rf %{i}/share

0 commit comments

Comments
 (0)