This commit is contained in:
Bob Mottram 2017-09-12 14:05:58 +01:00
parent c8e0dae841
commit 15de7db0ea
1 changed files with 2 additions and 2 deletions

View File

@ -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