]> mj.ucw.cz Git - libucw.git/blobdiff - build/installer
Oops, forgot WT_FILE there.
[libucw.git] / build / installer
index 607c9f74b3140aab80a628f8a6b026fee35a0e2f..02eb25524ba258cce88853c5a35fde7a9680f21b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-DEST=$1
+DEST=`eval echo $1`
 echo "Installing to $DEST"
 if [ ! -d $DEST/bin ] ; then
        echo "Creating $DEST and the whole directory hierarchy under it."