Bob Mottram 7 년 전
부모
커밋
15de7db0ea
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/freedombone-image-customise

+ 2
- 2
src/freedombone-image-customise 파일 보기

@@ -562,8 +562,8 @@ INSTALL_DIR=$HOME/build
562 562
 INSTALLING_MESH=
563 563
 
564 564
 install_patchwork() {
565
-    chroot "$rootdir" apt-get g++ m4 libtool automake nodejs
566
-    chroot "$rootdir" apt-get libxext-dev libxtst-dev libxkbfile-dev
565
+    chroot "$rootdir" apt-get install g++ m4 libtool automake nodejs
566
+    chroot "$rootdir" apt-get install libxext-dev libxtst-dev libxkbfile-dev
567 567
     git clone https://github.com/ssbc/patchwork $rootdir/etc/patchwork
568 568
 
569 569
     cat <<EOF > $rootdir/usr/bin/install_patchwork