]> git.pld-linux.org Git - packages/vlc.git/commitdiff
- more portable lib64 condition
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 26 Jun 2005 19:26:32 +0000 (19:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vlc.spec -> 1.72

vlc.spec

index d27b1bb0e96d3e2fbd600a1f44dab2640b593f05..5eb9c7d7a2a2402f6f48e0a1f448d81aa48c62cb 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -276,7 +276,7 @@ install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_mandir}/man1}
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
 install doc/vlc.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
-%ifarch %{x8664} sparc64
+%if "%{_lib}" != "lib"
 install -d $RPM_BUILD_ROOT%{_prefix}/lib
 ln -sf %{_libdir}/vlc $RPM_BUILD_ROOT%{_prefix}/lib
 %endif
@@ -292,7 +292,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/bugreport-howto.txt doc/intf-cdda.txt
 %doc doc/intf-vcd.txt doc/translations.txt
 %attr(755,root,root) %{_bindir}/vlc
-%ifarch %{x8664} sparc64
+%if "%{_lib}" != "lib"
 %{_prefix}/lib/vlc
 %endif
 %dir %{_libdir}/vlc
This page took 0.121871 seconds and 4 git commands to generate.