]> git.pld-linux.org Git - packages/tin.git/blob - tin-nostrip.patch
icu rebuild
[packages/tin.git] / tin-nostrip.patch
1 --- tin-2.0.1/src/Makefile.in.orig      2021-08-12 15:06:49.834866042 +0200
2 +++ tin-2.0.1/src/Makefile.in   2021-08-12 15:09:22.534180247 +0200
3 @@ -385,7 +385,7 @@
4  install : $(DESTDIR)$(INS_BINARY_DIR)
5         @$(MAKE) all
6         @$(ECHO) "Installing $(EXE) v$(VER) to $(DESTDIR)$(INS_BINARY_DIR)/$(PROJEXE) ..."
7 -       @$(INSTALL) -s $(BINDIR)/$(EXE) $(DESTDIR)$(INS_BINARY_DIR)/$(PROJEXE)
8 +       @$(INSTALL) $(BINDIR)/$(EXE) $(DESTDIR)$(INS_BINARY_DIR)/$(PROJEXE)
9         @( $(CD) $(DESTDIR)$(INS_BINARY_DIR) && $(RM) -f r$(PROJEXE) && $(LN) $(PROJEXE) r$(PROJEXE) )
10         @$(MAKE) install_helpers
11         @$(MAKE) install_manpage
This page took 0.08284 seconds and 3 git commands to generate.