From cb96876f30db2a89982d843b6ff43fe3db63463c Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Wed, 16 Oct 2013 10:58:13 +0000 Subject: [PATCH] Fix at cross-device build (use "ln -sf" rather "ln -f"): ----- ln: /usr/ports/russian/d1489/work/stage/usr/local/bin/fromdos: Cross-device link ----- Pointed out by: marino (via e-mail) --- russian/d1489/files/patch-Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/russian/d1489/files/patch-Makefile b/russian/d1489/files/patch-Makefile index 3740a1cd23a3..f9fe54932d41 100644 --- a/russian/d1489/files/patch-Makefile +++ b/russian/d1489/files/patch-Makefile @@ -20,9 +20,9 @@ - cp a2kfcnv ${PREFIX}/bin + cp todos ${DISTDIR}/bin + -rm -f ${DISTDIR}/bin/fromdos ${DISTDIR}/bin/fromwin ${DISTDIR}/bin/towin -+ ln -f ${PREFIX}/bin/todos ${DISTDIR}/bin/fromdos -+ ln -f ${PREFIX}/bin/todos ${DISTDIR}/bin/fromwin -+ ln -f ${PREFIX}/bin/todos ${DISTDIR}/bin/towin ++ ln -sf ${PREFIX}/bin/todos ${DISTDIR}/bin/fromdos ++ ln -sf ${PREFIX}/bin/todos ${DISTDIR}/bin/fromwin ++ ln -sf ${PREFIX}/bin/todos ${DISTDIR}/bin/towin + cp a2kfcnv ${DISTDIR}/bin clean: