]> git.parisson.com Git - deefuzzer.git/commitdiff
Fix install, cleanup
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 10 Mar 2009 23:25:59 +0000 (23:25 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 10 Mar 2009 23:25:59 +0000 (23:25 +0000)
defuzz.py
install.py

index d03dade6d8a53c2cff85c9e4dd6248dd93a7638b..1eec08768ef53628a950d978004bb2eac56f30ad 100755 (executable)
--- 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
index 9ac257a614ab9962f0841879c2d4d1f465e19c6c..80d403eadf888199d50135606388635044eaa4a8 100644 (file)
@@ -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 !