Initial commit

This commit is contained in:
2026-06-18 10:36:56 +03:00
commit d652faf3c5
6 changed files with 213 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
--- Makefile.orig 2022-08-02 00:11:31.493613903 +0300
+++ Makefile 2022-08-02 00:11:40.203644903 +0300
@@ -359,11 +359,11 @@
$(TOAST_INSTALL_BIN)/untoast: $(TOAST_INSTALL_BIN)/toast
-rm $(RMFLAGS) $@
- $(LN) $? $@
+ $(LN) toast $@
$(TOAST_INSTALL_BIN)/tcat: $(TOAST_INSTALL_BIN)/toast
-rm $(RMFLAGS) $@
- $(LN) $? $@
+ $(LN) toast $@
$(TOAST_INSTALL_MAN)/toast.1: $(MAN)/toast.1
-rm $(RMFLAGS) $@