]> git.pld-linux.org Git - packages/hivex.git/commitdiff
- fix perl shebang auto/th/hivex-1.3.14-11
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Mar 2020 17:21:49 +0000 (18:21 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 23 Mar 2020 17:21:49 +0000 (18:21 +0100)
- rel 11

hivex.spec

index 43071c97735c9325b00ac310a4cce5d5b69b85ef..7fe0236db1aab9572018fac22bb48dac334a1c42 100644 (file)
@@ -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}
This page took 0.137441 seconds and 4 git commands to generate.