]> git.pld-linux.org Git - packages/hivex.git/blobdiff - hivex.spec
- fix perl shebang
[packages/hivex.git] / 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.03243 seconds and 4 git commands to generate.