]> mj.ucw.cz Git - libucw.git/blobdiff - build/installer
Makefile: fixed compilation of tests
[libucw.git] / build / installer
index 99de43f0582d0f4003cf0356dff45fac7352ab4b..b06ca50947c45b4e5b89301abd27284f3ac16c5b 100755 (executable)
@@ -11,7 +11,8 @@ done
 for d in $SH_INSTALL_RUNDIRS ; do
        echo "Installing to $DEST/$d"
        rm -rf $DEST/$d
 for d in $SH_INSTALL_RUNDIRS ; do
        echo "Installing to $DEST/$d"
        rm -rf $DEST/$d
-       cp -aL run/$d $DEST/$d
+       mkdir -p $DEST/$d
+       cp -aL run/$d/* $DEST/$d/
 done
 echo "Installing config files..."
 for a in $SH_CONFIGS ; do
 done
 echo "Installing config files..."
 for a in $SH_CONFIGS ; do