mirror of
https://github.com/iustin/mt-st.git
synced 2026-01-10 13:47:23 +00:00
don't strip binaries on installation
This commit is contained in:
4
Makefile
4
Makefile
@@ -39,11 +39,11 @@ version.h: Makefile
|
||||
|
||||
install: $(PROGS)
|
||||
install -d $(BINDIR) $(SBINDIR) $(MANDIR) $(MANDIR)/man1 $(MANDIR)/man8
|
||||
install -s mt $(BINDIR)
|
||||
install mt $(BINDIR)
|
||||
install -m 444 mt.1 $(MANDIR)/man1
|
||||
(if [ -f $(MANDIR)/man1/mt.1.gz ] ; then \
|
||||
rm -f $(MANDIR)/man1/mt.1.gz; gzip $(MANDIR)/man1/mt.1; fi)
|
||||
install -s stinit $(SBINDIR)
|
||||
install stinit $(SBINDIR)
|
||||
install -m 444 stinit.8 $(MANDIR)/man8
|
||||
(if [ -f $(MANDIR)/man8/stinit.8.gz ] ; then \
|
||||
rm -f $(MANDIR)/man8/stinit.8.gz; gzip $(MANDIR)/man8/stinit.8; fi)
|
||||
|
||||
Reference in New Issue
Block a user