X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mDoc.git/blobdiff_plain/6d53055836c5a23a239ee84f6d4d6ce0d9075db5..5968bc04a73fc57ddea666df2fd30fd7228645cc:/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