mirror of https://github.com/dirtbags/moth.git
Do symlink properly in install-category
This commit is contained in:
parent
babc5ec0bb
commit
28373c33ed
|
@ -172,7 +172,7 @@ echo "Generating summary"
|
||||||
[ -f $usummary ] && sort -ns $usummary > $outdir/summary.txt
|
[ -f $usummary ] && sort -ns $usummary > $outdir/summary.txt
|
||||||
|
|
||||||
echo "Linking into web space"
|
echo "Linking into web space"
|
||||||
ln -sf ../packages/$cat/puzzles www/$cat
|
ln -sf ../packages/$cat/puzzles $outdir/../../www/$cat
|
||||||
|
|
||||||
echo "Cleaning up"
|
echo "Cleaning up"
|
||||||
rm -f $uanswers $usummary $umap
|
rm -f $uanswers $usummary $umap
|
||||||
|
|
Loading…
Reference in New Issue