archrelease: copy trunk to extra-x86_64
[arch-packages.git] / gsm / repos / extra-x86_64 / gsm-fix-toast-install.patch
blobd641ac76933013c819a6bd4097df00d7a06ddf33
1 --- Makefile.orig 2022-08-02 00:11:31.493613903 +0300
2 +++ Makefile 2022-08-02 00:11:40.203644903 +0300
3 @@ -359,11 +359,11 @@
5 $(TOAST_INSTALL_BIN)/untoast: $(TOAST_INSTALL_BIN)/toast
6 -rm $(RMFLAGS) $@
7 - $(LN) $? $@
8 + $(LN) toast $@
10 $(TOAST_INSTALL_BIN)/tcat: $(TOAST_INSTALL_BIN)/toast
11 -rm $(RMFLAGS) $@
12 - $(LN) $? $@
13 + $(LN) toast $@
15 $(TOAST_INSTALL_MAN)/toast.1: $(MAN)/toast.1
16 -rm $(RMFLAGS) $@