From: Guillaume Pellerin Date: Tue, 10 Mar 2009 23:25:59 +0000 (+0000) Subject: Fix install, cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0c9b70ad7ef1fcc32e24578afc766cba63b0e971;p=deefuzzer.git Fix install, cleanup --- diff --git a/defuzz.py b/defuzz.py index d03dade..1eec087 100755 --- a/defuzz.py +++ b/defuzz.py @@ -35,7 +35,7 @@ def prog_info(): This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms - are also available at http://svn.parisson.org/d-fuzz/DFuzzLicense + are also available at http://svn.parisson.org/d-fuzz/DeFuzzLicense depends : python, python-xml, python-shout, libshout3, icecast2 recommends : python-mutagen @@ -45,7 +45,7 @@ def prog_info(): where $1 is the path for a XML config file ex: defuzz example/myfuzz.xml - see http://parisson.com/defuzz/ for more details + see http://svn.parisson.org/defuzz/ for more details """ % (year) text = desc + ver + info return text diff --git a/install.py b/install.py index 9ac257a..80d403e 100644 --- a/install.py +++ b/install.py @@ -37,7 +37,7 @@ os.system('rm -rf '+install_dir+os.sep+'debian') if os.path.exists('/usr/bin/defuzz'): os.system('rm -r /usr/bin/defuzz') -os.system('ln -s '+install_dir+os.sep+'defuzz.py '+'/usr/bin/fuzz') +os.system('ln -s '+install_dir+os.sep+'defuzz.py '+'/usr/bin/defuzz') print """ Installation successfull !