fix linux build on ubuntu

This commit is contained in:
n1nj4sec 2017-04-16 23:45:10 +02:00
parent baf4d0fa2c
commit 2c23b41c30
1 changed files with 4 additions and 2 deletions

View File

@ -289,7 +289,8 @@ rm -rf /usr/src
ldconfig
__CMDS__
mkdir -p buildenv/lin32/proc
mkdir -p buildenv/lin32/dev
mount -t proc proc buildenv/lin32/proc
mount -t devtmpfs devtmpfs buildenv/lin32/dev
@ -513,7 +514,8 @@ rm -rf /usr/src
ldconfig
__CMDS__
mkdir -p buildenv/lin64/proc
mkdir -p buildenv/lin64/dev
mount -t proc proc buildenv/lin64/proc
mount -t devtmpfs devtmpfs buildenv/lin64/dev