Lines 88-94
Link Here
|
88 |
doins etc-update.conf dispatch-conf.conf |
88 |
doins etc-update.conf dispatch-conf.conf |
89 |
|
89 |
|
90 |
#python modules |
90 |
#python modules |
91 |
if [ -x "$(which python2.2)" ]; then |
91 |
if [ -x "$(type -p python2.2)" ]; then |
92 |
cd ${S}/src/python-missingos |
92 |
cd ${S}/src/python-missingos |
93 |
chmod +x setup.py |
93 |
chmod +x setup.py |
94 |
./setup.py install --root ${D} || die "Failed to install missingos module" |
94 |
./setup.py install --root ${D} || die "Failed to install missingos module" |