]> git.pld-linux.org Git - packages/opera.git/commitdiff
- make plugins patch work for x64_86 as well (with some sanity that large change...
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Mar 2010 19:52:52 +0000 (19:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    opera.spec -> 1.246.2.74.2.36

opera.spec

index 6498769e0dd7acc6d360e881c627f3031e4fcef0..c3d6d0cdaa792ac2a61a45bf7278aa0583de3dd5 100644 (file)
@@ -70,6 +70,7 @@ Obsługa 32-bitowych wtyczek Opery.
 %endif
 %ifarch %{x8664}
 %setup -q -T -b1 -n %{name}-%{version}-%{subver}.x86_64.linux
+
 %endif
 sed -i -e '
        s,@@{PREFIX},%{_prefix},g
@@ -81,6 +82,9 @@ sed -i -e 's,kfmclient exec,xdg-open,' share/opera/defaults/filehandler.ini
 
 %patch0 -p1
 %patch1 -p1
+
+# remove lib32/lib64 paths so patch2 can apply (i386 build contained lib64 as well, oh well)
+%{__sed} -i -e '/lib32\|lib64/d;$d' share/opera/defaults/pluginpath.ini
 %patch2 -p1
 
 mv lib/opera/plugins/README README.plugins
This page took 0.052453 seconds and 4 git commands to generate.