install
This commit is contained in:
parent
c8e0dae841
commit
15de7db0ea
|
@ -562,8 +562,8 @@ INSTALL_DIR=$HOME/build
|
|||
INSTALLING_MESH=
|
||||
|
||||
install_patchwork() {
|
||||
chroot "$rootdir" apt-get g++ m4 libtool automake nodejs
|
||||
chroot "$rootdir" apt-get libxext-dev libxtst-dev libxkbfile-dev
|
||||
chroot "$rootdir" apt-get install g++ m4 libtool automake nodejs
|
||||
chroot "$rootdir" apt-get install libxext-dev libxtst-dev libxkbfile-dev
|
||||
git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
|
||||
|
||||
cat <<EOF > $rootdir/usr/bin/install_patchwork
|
||||
|
|
Loading…
Reference in New Issue