spdlog: update to 1.15.0
[oi-userland.git] / components / runtime / smalltalk / stack-spur / patches / 04-Makefile-gzip.patch
blob8b8fed7b81321424033f0fc301862b5d9067d786
1 --- opensmalltalk-vm-sun-v5.0.11/platforms/unix/config/Makefile.install Wed Aug 26 15:38:04 2020
2 +++ p0/opensmalltalk-vm-sun-v5.0.11/platforms/unix/config/Makefile.install Thu Aug 27 07:35:22 2020
3 @@ -25,6 +25,9 @@
4 $(INSTALL_DATA) $(ICONS) $(ROOT)$(VM_APP_ICONS); \
5 fi
7 +install-ckformat : ckformat
8 + $(INSTALL_PROG) ckformat $(ROOT)$(bindir)
10 uninstall-squeak : getversion .force
11 if test -n "$(VM_APP_ICONS)"; then \
12 $(UNINSTALL) $(ROOT)$(VM_APP_ICONS); \
13 @@ -63,7 +66,6 @@
14 echo $(INSTALL_DATA) $(topdir)/platforms/unix/doc/$$f $(ROOT)$(docdir); \
15 $(INSTALL_DATA) $(topdir)/platforms/unix/doc/$$f $(ROOT)$(docdir); \
16 done
17 - gzip -f9 $(ROOT)$(docdir)/*
18 $(MKINSTALLDIRS) $(ROOT)$(mandir)/man1
19 $(INSTALL_DATA) squeak.1 $(ROOT)$(mandir)/man1
20 rm -f $(ROOT)$(mandir)/man1/inisqueak.1 $(ROOT)$(mandir)/man1/inisqueak.1.gz