aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-10-10 20:37:02 -0500
committerJesús <heckyel@hyperbola.info>2018-10-10 20:37:02 -0500
commit208390a8cca984da236edea93c9c4841639078eb (patch)
tree67cd94d7a5e26e514a964caed6f94ec23c19f893 /build.sh
parent30eeec37ee8b24ac782be200f7cc2208a493d612 (diff)
downloadlibresocial-208390a8cca984da236edea93c9c4841639078eb.tar.lz
libresocial-208390a8cca984da236edea93c9c4841639078eb.tar.xz
libresocial-208390a8cca984da236edea93c9c4841639078eb.zip
Added copyleft icon on libresocial
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