]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- fix python path
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 27 Jul 2005 06:55:30 +0000 (06:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.539

libreoffice.spec

index 0228a826c087cc593a907e24efa2eea9ed509b13..990346e84b4f5524178526c95e2245add5ee96f6 100644 (file)
@@ -1605,6 +1605,9 @@ install %{SOURCE29} $RPM_BUILD_ROOT%{_desktopdir}
 # Add in the regcomp tool since some people need it for 3rd party add-ons
 cp -f build/src%{subver}-%{bver}/solver/%{subver}/unxlng*.pro/bin/regcomp $RPM_BUILD_ROOT%{_libdir}/%{name}/program
 
+# fix python
+sed -i -e 's|#!/bin/python|#!%{_bindir}/python|g' $RPM_BUILD_ROOT%{_libdir}/%{name}/program/*.py
+
 # Really needed?
 install -d $RPM_BUILD_ROOT%{_pixmapsdir}
 
This page took 0.031433 seconds and 4 git commands to generate.