Created
June 1, 2013 19:13
-
-
Save seveas/5691420 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get build-dep festival | |
cd /tmp | |
apt-get source festival | |
wget https://aur.archlinux.org/packages/fe/festival-patched-hts/festival-patched-hts.tar.gz | |
tar xf festival-patched-hts.tar.gz | |
cp festival-patched-hts/*hts* festival-2.1~release/debian/patches/ | |
cd festival-2.1~release/debian/patches/ | |
ls | grep hts >> series | |
cd ../../ | |
dpkg-buildpackage -rfakeroot | |
cd .. | |
scp festival_2.1~release-1ubuntu2_i386.deb koekblik.kaarsemaker.net: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment