mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
https://github.com/dvorka/hstr Bash and ZSH shell history suggest box Resolves #9027 (https://bugs.alpinelinux.org/issues/9027)
10 lines
285 B
Diff
10 lines
285 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -34,6 +34,6 @@
|
|
|
|
# create hh > hstr hard link on installation
|
|
install-exec-hook:
|
|
- ln $(DESTDIR)$(bindir)/hh$(EXEEXT) $(DESTDIR)$(bindir)/hstr$(EXEEXT)
|
|
+ ln -s hh$(EXEEXT) $(DESTDIR)$(bindir)/hstr$(EXEEXT)
|
|
|
|
hh_LDADD = $(NCURSES_LIBS)
|