]> wagnertech.de Git - mDoc.git/blobdiff - debian/mdoc-tools.prebuild
csharp-s6g
[mDoc.git] / debian / mdoc-tools.prebuild
index a20ea2cddafd42fbb5dc384d18fd5b4aa5d30438..9980f66c4a367909ad1f64f37ecd3854fe570bce 100755 (executable)
@@ -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