]> git.pld-linux.org Git - packages/perl-Coro.git/commitdiff
- fixed path to perl binary
authorlisu <lisu@pld-linux.org>
Fri, 7 Oct 2011 13:04:16 +0000 (13:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Coro.spec -> 1.23

perl-Coro.spec

index e14ec52f7a47bb70eeb74149b26c7f28a60c13a5..16023bb6b0a8e72c49f5a2a95aaec41c77275c24 100644 (file)
@@ -23,6 +23,7 @@ BuildRequires:        perl-EV >= 1:3.3
 BuildRequires: perl-Event >= 1.08
 BuildRequires: perl-devel >= 1:5.8.2
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildRequires: sed >= 4.0
 %if %{with tests}
 BuildRequires: perl-Guard >= 0.5
 BuildRequires: perl-Storable >= 2.15
@@ -45,6 +46,8 @@ wątkowych programów.
 %setup -q -n %{pnam}-%{version}
 %patch0 -p1
 
+%{__sed} -i "s^/opt/bin/perl^%{_bindir}/perl^" Coro/jit*pl
+
 %build
 echo "y" | %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
This page took 0.040811 seconds and 4 git commands to generate.