]> mj.ucw.cz Git - moe.git/commitdiff
Don't copy private data.
authorMartin Mares <mj@ucw.cz>
Thu, 31 May 2001 19:26:16 +0000 (19:26 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 31 May 2001 19:26:16 +0000 (19:26 +0000)
bin/mo-install

index 8fbb72977b23b652ec02673a391b73f5cc9b93e4..e4ad6f87242eae37637d2a4fc2607fe730959fa3 100755 (executable)
@@ -37,7 +37,8 @@ echo "Creating public"
 rm -rf public
 mkdir public
 cd public
-cp -a $H/bin $H/config $H/problems .
+cp -a $H/bin $H/config .
+mkdir problems
 cp -a $H/public/* bin/
 chmod +x bin/*
 cd ..