Final version of the install scripts.

This commit is contained in:
Jocelyn Fiat
2012-06-18 16:11:01 +02:00
parent 3709dec5e9
commit 1509d68ca6
3 changed files with 4 additions and 7 deletions

View File

@@ -42,9 +42,9 @@ echo Install library: ewf/wsf
COPYCMD $TMP_DIR/library/server/wsf $TMP_TARGET_DIR/contrib/library/web/framework/ewf/wsf
echo Install library: ewf/wsf_extension
COPYCMD $TMP_DIR/library/server/wsf_extension $TMP_TARGET_DIR/contrib/library/web/framework/ewf/wsf_extension
echo Install library: ewf/encoding
echo Install library: ewf/encoder
mkdir -p $TMP_TARGET_DIR/contrib/library/web/framework/ewf/text
COPYCMD $TMP_DIR/library/text/encoder $TMP_TARGET_DIR/contrib/library/web/framework/ewf/text/encoding
COPYCMD $TMP_DIR/library/text/encoder $TMP_TARGET_DIR/contrib/library/web/framework/ewf/text/encoder
echo Install examples
mkdir -p $TMP_TARGET_DIR/examples