When installing, remove the folder "fonts" from the nino's example

This commit is contained in:
Jocelyn Fiat
2012-06-20 10:42:03 +02:00
parent 4d7e427d7a
commit 756f4f6958
2 changed files with 4 additions and 0 deletions

View File

@@ -71,6 +71,8 @@ COPYCMD $TMP_DIR/library/text/parser/uri_template $TMP_CONTRIB_DIR/library/text/
echo Install contrib library: nino
mkdir -p $TMP_CONTRIB_DIR/library/network/server
COPYCMD $TMP_DIR/contrib/library/network/server/nino $TMP_CONTRIB_DIR/library/network/server/nino
# remove fonts folder from nino examples
rm -rf $TMP_CONTRIB_DIR/library/network/server/nino/example/SimpleWebServer/webroot/example/fonts
#--- IF Missing ---#