Skip to content
Snippets Groups Projects
Commit 551f9c2f authored by Tyler O'Neill's avatar Tyler O'Neill
Browse files

Changed to symlink.

parent dbade1d4
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ on_install() {
FONTFILES=$(sed -ne '/<family lang="und-Zsye".*>/,/<\/family>/ {s/.*<font weight="400" style="normal">\(.*\)<\/font>.*/\1/p;}' $MIRRORPATH$FONTS)
for font in $FONTFILES
do
cp -f $MODPATH/system/fonts/NotoColorEmoji.ttf $MODPATH/system/fonts/$font
ln -s /system/fonts/NotoColorEmoji.ttf $MODPATH/system/fonts/$font
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment