From 42a3b5f3b77d2c73c6f3d554b12b062b2c069148 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Sep 2008 18:34:58 -0700 Subject: [PATCH] IGN:... --- src/calibre/trac/plugins/templates/distro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/trac/plugins/templates/distro.html b/src/calibre/trac/plugins/templates/distro.html index 8d5c041cf3..09856c35be 100644 --- a/src/calibre/trac/plugins/templates/distro.html +++ b/src/calibre/trac/plugins/templates/distro.html @@ -38,7 +38,7 @@
  • Install the various dependencies listed below: Make sure that any python packages are installed into python2.5 (e.g. setuptools, python-imaging, PyQt4, etc). You will also have to install the development versions of the packages (these packages usually have -dev added to their names).
  • Run the following commands in a terminal:
    -wget -O- http://calibre.kovidgoyal.net/downloads/calibre-$version.tar.gz | tar xvz 
    +wget -O- http://calibre.kovidgoyal.net/downloads/calibre-${version}.tar.gz | tar xvz 
     cd calibre*
     python setup.py build && sudo python setup.py install