[packages/grub2] Use ln -f for --short-circuit

mmazur mmazur at pld-linux.org
Tue Feb 25 15:25:15 CET 2014


commit 70fd3248dee5be8f5b04e5e2c65a8928a940e409
Author: Mariusz Mazur <mmazur at axeos.com>
Date:   Tue Feb 25 15:23:50 2014 +0100

    Use ln -f for --short-circuit

 grub2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/grub2.spec b/grub2.spec
index a3c267f..460703d 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -305,7 +305,7 @@ sed -i -e 's/LC_ALL=C.UTF-8/LC_ALL=en_US.utf-8/g' po/Makefile* po/Rules*
 # https://savannah.gnu.org/bugs/?34539
 # http://sourceware.org/bugzilla/show_bug.cgi?id=14196
 install -d our-ld
-ln -s /usr/bin/ld.bfd our-ld/ld
+ln -f -s /usr/bin/ld.bfd our-ld/ld
 export PATH=$(pwd)/our-ld:$PATH
 
 ## not only the typicall autotools stuff
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/grub2.git/commitdiff/70fd3248dee5be8f5b04e5e2c65a8928a940e409



More information about the pld-cvs-commit mailing list