Search
j0ke.net Open Build Service
>
Projects
>
vhcs
>
perl-Archive-Zip
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
perl-Archive-Zip.spec
@@ -33,14 +33,14 @@ %build CFLAGS="%{optflags}" %{__perl} Makefile.PL \ - PREFIX="%{buildroot}%{_prefix}" \ + PREFIX="%{_prefix}" \ INSTALLDIRS="vendor" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} -%makeinstall +%__make DESTDIR=%{buildroot} install ### FIXME: Change to real perl location. (Please fix upstream) %{__perl} -pi -e 's|^#!/.*bin/perl|#!%{__perl}|i;' examples/*.pl