diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2006-07-07 21:33:48 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-07 21:33:48 +0000 |
commit | 95e959460269cda7b988b81f7bdc86e4eb71a6e5 (patch) | |
tree | 5557e41a38e7f7d60d3813c942133e17cab10964 /packages/python | |
parent | 33f3c945aae200e7794049873a099fadd0f0b815 (diff) |
python-pyro 3.4: update hardcoded path to python 2.4
this really should be fixed, but I think time is better
spent getting pyro 3.5 integrated
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyro/pyro-unattended-install.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/python/python-pyro/pyro-unattended-install.patch b/packages/python/python-pyro/pyro-unattended-install.patch index aefabacbf0..4a14ef2310 100644 --- a/packages/python/python-pyro/pyro-unattended-install.patch +++ b/packages/python/python-pyro/pyro-unattended-install.patch @@ -13,4 +13,4 @@ [install] optimize=1 -#install-scripts=/foo/bar -+install-scripts= ../image/usr/lib/python2.3 ++install-scripts= ../image/usr/lib/python2.4 |