]> git.pld-linux.org Git - packages/heimdal.git/commitdiff
fix short build
authorJan Palus <atler@pld-linux.org>
Tue, 15 Jun 2021 10:03:07 +0000 (10:03 +0000)
committerJan Palus <atler@pld-linux.org>
Tue, 15 Jun 2021 10:03:07 +0000 (10:03 +0000)
heimdal.spec

index e01e522e5b53b8014236711547d93452b2f5babd..e24cb8b392fd002fedd79450cd29d5b22624f0dd 100644 (file)
@@ -245,7 +245,7 @@ Kerberosa.
 
 %build
 install -d our-ld
-ln -s %{_bindir}/ld.bfd our-ld/ld
+ln -sf %{_bindir}/ld.bfd our-ld/ld
 export PATH=$(pwd)/our-ld:$PATH
 
 %{__libtoolize}
This page took 0.058373 seconds and 4 git commands to generate.