mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-01 06:33:22 +00:00
closes #514: clobber existing browser at that path instead of snarling it inside
This commit is contained in:
parent
1ec3662359
commit
7b81659a34
@ -2,8 +2,14 @@
|
||||
|
||||
# from AuroraFox, modified for TenFourFox
|
||||
|
||||
set verbose
|
||||
set ppath=$1
|
||||
if ("$ppath" == "/" || "$ppath" == "") then
|
||||
echo 'invalid path'
|
||||
exit
|
||||
endif
|
||||
|
||||
set verbose
|
||||
rm -rf $ppath || echo 'Never mind.'
|
||||
cp -RL obj-ff-dbg/dist/TenFourFox.app $ppath || cp -RL obj-ff-dbg/dist/TenFourFoxDebug.app $ppath || exit
|
||||
cd $ppath/Contents/MacOS || exit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user