aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index d3f1c67..6c82a7d 100755
--- a/build.sh
+++ b/build.sh
@@ -10,5 +10,6 @@ fi
# copy files to fonts
if [[ -n "$(ls -a ./lab/libresocial.{svg,otf,ttf,woff})" ]];
then
+ rm -fv ./fonts/libresocial.{svg,otf,ttf,woff}
mv -fv ./lab/libresocial.{svg,otf,ttf,woff} ./fonts/
fi