Fix symlink made from wrong directory to wrong directory

This commit is contained in:
Svitozar Cherepii 2020-08-09 05:24:51 +03:00
parent e25916dfb9
commit 147071502b
1 changed files with 3 additions and 1 deletions

View File

@ -60,10 +60,12 @@ if [ "$GNOMISHEXTRAS" = true ] ; then
sed -i '1s/^/@import "theme\/hide-single-tab.css";\n/' firefox-gnome-theme/customChrome.css sed -i '1s/^/@import "theme\/hide-single-tab.css";\n/' firefox-gnome-theme/customChrome.css
fi fi
cd ..
# Symlink user.js to firefox-gnome-theme one. # Symlink user.js to firefox-gnome-theme one.
echo "Set configuration user.js file" echo "Set configuration user.js file"
if ! ln -s chrome/firefox-gnome-theme/configuration/user.js ../user.js ; then if ! ln -s chrome/firefox-gnome-theme/configuration/user.js user.js ; then
echo "Please, manually copy theme's user.js contents to yours." echo "Please, manually copy theme's user.js contents to yours."
fi fi