Copy compatible headers after bootstrap

This commit is contained in:
Oleksii Shevchuk 2017-01-06 13:15:35 +02:00
parent 050c5eecca
commit e58c910493
1 changed files with 3 additions and 1 deletions

View File

@ -205,6 +205,8 @@ rm -f ./gi/.libs/_gi.la ./gi/_gobject/.libs/_gobject.la ./gi/_glib/.libs/_glib.l
make -k
make install
cp -vrf /compat/* /usr/include/
python -OO -m pip install \
rpyc pycrypto pyaml rsa netaddr tinyec pyyaml ecdsa \
paramiko uptime pylzma pydbus python-ptrace psutil \
@ -225,7 +227,7 @@ __CMDS__
mount -t proc proc buildenv/lin32/proc
mount -t devtmpfs devtmpfs buildenv/lin32/dev
cp -vf compat/* buildenv/lin32/usr/include/
cp -vfr compat buildenv/lin32/
chroot buildenv/lin32 /bin/bash -x /deploy.sh