From ddbdb7a9b0e9435cbacee55090860e9027575265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 15 Jan 2015 12:40:23 +0100 Subject: [PATCH] Improve sharpbang fix --- perl-Archive-Zip.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/perl-Archive-Zip.spec b/perl-Archive-Zip.spec index a440e11..ea330bb 100644 --- a/perl-Archive-Zip.spec +++ b/perl-Archive-Zip.spec @@ -65,8 +65,11 @@ existing Zip files, or from existing directories, files, or strings. %prep %setup -q -n Archive-Zip-%{version} %patch0 -p1 -perl -pi -e 's|^#!/bin/perl|#!%{__perl}|' examples/*.pl -perl -pi -e 's|^#!/usr/local/bin/perl|#!%{__perl}|' examples/selfex.pl +perl -MConfig -pi -e 's|^#!/usr/local/bin/perl|$Config{startperl}|' \ + examples/selfex.pl +for F in examples/*.pl; do + perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})" +done %build @@ -94,6 +97,7 @@ make test %changelog * Thu Jan 15 2015 Petr Pisar - 1.39-2 - Correct dependencies +- Improve sharpbang fix * Wed Oct 22 2014 Jitka Plesnikova - 1.39-1 - 1.39 bump