From 9f144943d69da2e88c304d392e0e3dc984036a28 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 24 Sep 2014 12:04:34 +1200 Subject: Install symlinks to point from old binary names --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47dc345..7756920 100644 --- a/Makefile +++ b/Makefile @@ -146,4 +146,7 @@ install: install -Dm 755 paramano $(DESTDIR)/$(PARAMANO) install -Dm 755 paramano-set $(DESTDIR)/$(PARAMANO_SET) + ln -s paramano $$(dirname $(DESTDIR)/$(PARAMANO))/trayfreq + ln -s paramano-set $$(dirname $(DESTDIR)/$(PARAMANO))/trayfreq-set ######################################################################## + -- cgit v1.1