Copy only needed files instead of all
This commit is contained in:
parent
7c19d8018d
commit
5510dcfebc
1 changed files with 4 additions and 2 deletions
|
@ -37,8 +37,10 @@ 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
|
||||||
cp -r src/userChrome $installdir/chrome
|
cp -r src/userChrome/fenix_fox.css $installdir/chrome/
|
||||||
ln -s $installdir/chrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css
|
cp -r src/userChrome/dynamic_popups_pro.css $installdir/chrome/
|
||||||
|
cp src/userChrome/userChrome-fenix_fox.css $installdir/chrome/userChrome.css
|
||||||
|
cp src/userContent/theme-fenix.css $installdir/chrome/userContent.css
|
||||||
}
|
}
|
||||||
|
|
||||||
# Clonerepo not in use
|
# Clonerepo not in use
|
||||||
|
|
Loading…
Reference in a new issue