aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2014-09-24 12:04:34 +1200
committerDavid <dbphillipsnz@gmail.com>2014-09-24 12:04:34 +1200
commitdc4933fc2fd2d552fae6c4f28abc5d3e42866ede (patch)
treee904f1d91c57360ab8cc448dcd60bd85696b86a2
parentc3b4f3c368cc48a892aae93e70ab8140963d466e (diff)
downloadparamano-dc4933fc2fd2d552fae6c4f28abc5d3e42866ede.tar.xz
Install symlinks to point from old binary names
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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
########################################################################
+