From: Jan Rękorajski Date: Mon, 23 Mar 2020 17:21:49 +0000 (+0100) Subject: - fix perl shebang X-Git-Tag: auto/th/hivex-1.3.14-11 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fhivex.git;a=commitdiff_plain;h=366b10bae6d7b6317d5f8e3eca37d97620984701 - fix perl shebang - rel 11 --- diff --git a/hivex.spec b/hivex.spec index 43071c9..7fe0236 100644 --- a/hivex.spec +++ b/hivex.spec @@ -13,7 +13,7 @@ Summary: Windows Registry "hive" extraction library Summary(pl.UTF-8): Biblioteka do wydobywania danych z plików "hive" Rejestru Windows Name: hivex Version: 1.3.14 -Release: 10 +Release: 11 License: LGPL v2.1 Group: Libraries Source0: http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz @@ -155,6 +155,9 @@ Wiązania języka Ruby do biblioteki hivex. %prep %setup -q +%{__sed} -E -i -e '1s,#!\s*/usr/bin/env\s+perl(\s|$),#!%{__perl}\1,' \ + regedit/hivexregedit + %build %{__aclocal} %{__automake}