Fix fastest typo to previous commit

This commit is contained in:
LordBlick 2015-09-20 14:04:54 +02:00
parent 48e93cb39e
commit a4b934cf79
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ $ cd ~/tmp/kicad-i18n-build
$ cmake ${_PWD} $ cmake ${_PWD}
$ make $ make
$ make install $ make install
$ cd .. rm -rf ~/tmp/kicad-i18n-build $ cd ..
$ rm -rf ~/tmp/kicad-i18n-build
``` ```
If you want to change the default install prefix to match your KiCad If you want to change the default install prefix to match your KiCad