]> git.pld-linux.org Git - packages/grub2.git/commitdiff
Use ln -f for --short-circuit
authorMariusz Mazur <mmazur@axeos.com>
Tue, 25 Feb 2014 14:23:50 +0000 (15:23 +0100)
committerMariusz Mazur <mmazur@axeos.com>
Tue, 25 Feb 2014 14:23:50 +0000 (15:23 +0100)
grub2.spec

index a3c267f988dad9c7561c5150a434ae40e9f0c5d5..460703d55270e32d3c95796a0625d7ea79ba5890 100644 (file)
@@ -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
This page took 0.088861 seconds and 4 git commands to generate.