Index: Makefile
===================================================================
--- Makefile (revision 379)
+++ Makefile (revision 380)
@@ -153,8 +153,13 @@
@mkdir -p $(LIBGSM_PKG)/usr/lib$(LIBSUFFIX)
@mkdir -p $(LIBGSM_PKG)/usr/share/man/man{1,3}
@cd $(SRC_DIR) && $(BUILD_ENVIRONMENT) $(MAKE) -j1 $(install_env) install
+ @( cd $(LIBGSM_PKG)/usr/bin ; \
+ rm -f tcat untoast ; \
+ ln -sf toast tcat ; \
+ ln -sf toast untoast ; \
+ )
@( cd $(LIBGSM_PKG)/usr/share/man/man1 ; \
- ln -sf toast.1 tcat.1 ; \
+ ln -sf toast.1 tcat.1 ; \
ln -sf toast.1 untoast.1 ; \
)
@chmod 0644 $(LIBGSM_PKG)/usr/lib$(LIBSUFFIX)/libgsm.a