mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-11 07:44:12 +02:00
Closes: https://bugs.gentoo.org/668250 Closes: https://bugs.gentoo.org/712280 Closes: https://bugs.gentoo.org/827173 Signed-off-by: Sam James <sam@gentoo.org>
11 lines
238 B
Diff
11 lines
238 B
Diff
--- a/src/Makefile.sub
|
|
+++ b/src/Makefile.sub
|
|
@@ -46,7 +46,7 @@ install: install-bin
|
|
|
|
install-bin: $(HTP)
|
|
mkdir -p $(bindir)
|
|
- $(INSTALL) -s $(HTP) $(bindir)
|
|
+ $(INSTALL) $(HTP) $(bindir)
|
|
|
|
#
|
|
# explicit dependency: final executable
|