Fix issue of missing dir chrome
This commit is contained in:
parent
a0cd858cff
commit
0ad2f8c5f6
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,7 @@ deploy_fenix_fox() {
|
||||||
echo "dir chrome already there, take backup"
|
echo "dir chrome already there, take backup"
|
||||||
mv $installdir/chrome $installdir/chrome.original
|
mv $installdir/chrome $installdir/chrome.original
|
||||||
fi
|
fi
|
||||||
|
mkdir $installdir/chrome
|
||||||
cp -r src/userChrome/fenix_fox.css $installdir/chrome/
|
cp -r src/userChrome/fenix_fox.css $installdir/chrome/
|
||||||
cp -r src/userChrome/dynamic_popups_pro.css $installdir/chrome/
|
cp -r src/userChrome/dynamic_popups_pro.css $installdir/chrome/
|
||||||
cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css
|
cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css
|
||||||
|
@ -74,6 +75,7 @@ deploy_true_mobile() {
|
||||||
echo "dir chrome already there, take backup"
|
echo "dir chrome already there, take backup"
|
||||||
mv $installdir/chrome $installdir/chrome.original
|
mv $installdir/chrome $installdir/chrome.original
|
||||||
fi
|
fi
|
||||||
|
mkdir $installdir/chrome
|
||||||
cp src/userChrome/{true_mobile_landscape.css,appMenu.css,editBookmarkPanel.css,findbar.css,popups.css,root.css,tabmenu.css,urlbar.css,extensions_menu.css,alt-browser-alt.css,custom_rules.css,iconized_main_menu.css,round_ui_items.css,numbered_tabs.css,tab_counter.css,true_mobile_mode.css,dynamic_popups_pro.css} $installdir/chrome
|
cp src/userChrome/{true_mobile_landscape.css,appMenu.css,editBookmarkPanel.css,findbar.css,popups.css,root.css,tabmenu.css,urlbar.css,extensions_menu.css,alt-browser-alt.css,custom_rules.css,iconized_main_menu.css,round_ui_items.css,numbered_tabs.css,tab_counter.css,true_mobile_mode.css,dynamic_popups_pro.css} $installdir/chrome
|
||||||
cp src/userChrome/userChrome-true-mobile.css $installdir/chrome/userChrome.css
|
cp src/userChrome/userChrome-true-mobile.css $installdir/chrome/userChrome.css
|
||||||
cp src/userContent/theme-fenix.css $installdir/chrome/userContent.css
|
cp src/userContent/theme-fenix.css $installdir/chrome/userContent.css
|
||||||
|
|
Loading…
Reference in a new issue