Browse Source

fix build process, it was using destination paths during build and failed when the package wasn't installed before

master
Michael van Elst 23 years ago committed by Ralf S. Engelschall
parent
commit
8d42be9149
  1. 3
      python/python.spec

3
python/python.spec

@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
Group: Language
License: GPL
Version: 2.2.3
Release: 20030610
Release: 20030611
# list of sources
Source0: ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
@ -67,7 +67,6 @@ AutoReqProv: no
%{l_shtool} subst \
-e 's;altinstall bininstall maninstall;altinstall maninstall;' \
-e 's;python$(VERSION);python;g' \
-e 's;"\$(PYTHONPATH)";"%{l_prefix}/lib/python:%{l_prefix}/lib/python/lib-dynload";g' \
Makefile.pre.in
%{l_shtool} subst \
-e 's;\(lib/python"\) *VERSION;\1;g' \

Loading…
Cancel
Save