X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mDoc.git/blobdiff_plain/fc162da32c95cdc384311d8c15718fff9bd774a0..refs/heads/master:/debian/mdoc-tools.prebuild diff --git a/debian/mdoc-tools.prebuild b/debian/mdoc-tools.prebuild index a20ea2c..9980f66 100755 --- a/debian/mdoc-tools.prebuild +++ b/debian/mdoc-tools.prebuild @@ -2,7 +2,7 @@ set -e pushd csharp/mDoc >/dev/null - ln -s /usr/share/mbuild/makefile . + ln -sf /usr/share/mbuild/makefile . echo "SOURCES=\\" >> make.pre find . -name "*.cs" -exec echo " "{}" \\" >> make.pre \; echo >> make.pre @@ -10,14 +10,14 @@ pushd csharp/mDoc >/dev/null popd >/dev/null pushd csharp/mutil >/dev/null - ln -s /usr/share/mbuild/makefile . + ln -sf /usr/share/mbuild/makefile . echo "SOURCES=\\" >> make.pre find . -name "*.cs" -exec echo " "{}" \\" >> make.pre \; echo >> make.pre popd >/dev/null pushd csharp/mDocLib >/dev/null - ln -s /usr/share/mbuild/makefile . + ln -sf /usr/share/mbuild/makefile . echo "SOURCES=\\" >> make.pre find . -name "*.cs" -exec echo " "{}" \\" >> make.pre \; echo >> make.pre