]> git.pld-linux.org Git - packages/hivex.git/commitdiff
- fix python install paths auto/th/hivex-1.3.13-5
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 13:55:11 +0000 (14:55 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 27 Dec 2015 13:55:11 +0000 (14:55 +0100)
- rel 5

hivex.spec

index ae955c4cb13bcafb3f1e4a31514c8201f1e62669..8af3dc6ab79e7f85966f0abb302e6ba765cfd026 100644 (file)
@@ -14,7 +14,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.13
-Release:       4
+Release:       5
 License:       LGPL v2.1
 Group:         Libraries
 Source0:       http://libguestfs.org/download/hivex/%{name}-%{version}.tar.gz
@@ -164,6 +164,7 @@ install -d build-py3
 cd build-py3
 ../%configure \
        PYTHON="%{__python3}" \
+       --with-python-installdir=%{py3_sitedir} \
        --disable-ocaml \
        --disable-perl \
        --disable-ruby
@@ -174,6 +175,7 @@ cd ..
 
 %configure \
        --disable-silent-rules \
+       --with-python-installdir=%{py_sitedir} \
        %{__enable_disable static_libs static}
 
 %{__make} \
This page took 0.091981 seconds and 4 git commands to generate.