X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=dotfiles2html%2Fdotfiles2html.py;fp=dotfiles2html%2Fdotfiles2html.py;h=c543ba93ff7e316d2d641620e527cf5fd77eac56;hb=493247a752fd0ce8cd5acbb9b1d065bb547ded77;hp=b463f4e4bdfc8b1a736faa2823f718618b1e3c21;hpb=3cec70d3b3d460eb4016715028f540d357341788;p=phdru.name%2Fphdru.name.git diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index b463f4e..c543ba9 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -87,11 +87,11 @@ def process_dotfile(i, fname, ftype, file_types): text = text.replace('mplayerer', 'mplayer') if fname == 'mailcap': text = text.replace( - '-a -n "`whereis smplayer`" -a -n "`whereis smplayer`"', - '-a -n "`whereis smplayer`"') + '-a -n "`which smplayer`" -a -n "`which smplayer`"', + '-a -n "`which smplayer`"') text = text.replace( - '-a -n "`whereis mplayer`" -a -n "`whereis mplayer`"', - '-a -n "`whereis mplayer`"') + '-a -n "`which mplayer`" -a -n "`which mplayer`"', + '-a -n "`which mplayer`"') file.write(text) file.close()