Logoj0ke.net Open Build Service > Projects > devel > yasm > Changes
Sign Up | Log In

Changes of Revision 8

[-] Changed yasm.spec
x
 
1
@@ -52,10 +52,18 @@
2
 rm -rf $RPM_BUILD_ROOT
3
 
4
 %post
5
+%if 0%{?suse_version}
6
 %run_ldconfig
7
+%else
8
+/sbin/ldconfig
9
+%endif
10
 
11
 %postun
12
+%if 0%{?suse_version}
13
 %run_ldconfig
14
+%else
15
+/sbin/ldconfig
16
+%endif
17
 
18
 %files
19
 %defattr(-,root,root)
20