From: rufustfirefly Date: Tue, 1 May 2001 13:41:25 +0000 (+0000) Subject: symbolic links for megatron from Sebastian Rittau (srittau) (#420446) X-Git-Tag: netatalk-1-5-rc1~445 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=235864646fc8895d15ec5f24c4f97a2c17ce326c;p=netatalk.git symbolic links for megatron from Sebastian Rittau (srittau) (#420446) --- diff --git a/bin/megatron/Makefile.am b/bin/megatron/Makefile.am index 01d91286..aa68c0ed 100644 --- a/bin/megatron/Makefile.am +++ b/bin/megatron/Makefile.am @@ -7,6 +7,9 @@ megatron_LDADD = $(top_builddir)/libatalk/libatalk.la noinst_HEADERS = megatron.h -# ************************************************ -# FIXME! FIXME! Links need to work for: -# LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader +LINKS = unbin unhex unsingle hqx2bin single2bin macbinary binheader nadheader + +install-exec-hook: + for LINK in $(LINKS); do + ln -s $(bindir)/megatron $(bindir)/$(LINK) + done