Ubuntu Pastebin

Paste from snapcraft at Wed, 18 May 2016 13:09:43 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
name: chroot
version: 0.2
summary: chroot
description: chroot
 
apps:
  tts:
    command: sudo chroot armel /bin/bash -c "su - -c /home/sample/read_file/bin/sample_read_file -I /home -i home/common/speech/components/inputt.txt -v Kate -o home/bin/test.pcm"
parts:
   staticfiles:
      plugin: copy
      files:
         ./armel: bin/t/
      
Download as text