diff options
author | David <dbphillipsnz@gmail.com> | 2014-07-20 12:16:04 +1200 |
---|---|---|
committer | David <dbphillipsnz@gmail.com> | 2014-07-20 12:16:04 +1200 |
commit | 378faab305c8417f59c2ac86bcd1f4f899732d95 (patch) | |
tree | d4b5ea83d001020436af124aa2619ee5b90f26b1 /Makefile | |
parent | 5ad31eacbb3656ad6409e75f5c63d337a5440395 (diff) | |
download | paramano-378faab305c8417f59c2ac86bcd1f4f899732d95.tar.xz |
Fixed licence symlink issue
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,6 +144,6 @@ install: install -Dm 755 trayfreq $(DESTDIR)/$(BINDIR)/trayfreq install -Dm 755 trayfreq-set $(DESTDIR)/$(BINDIR)/trayfreq-set - ln -s ../licenses/common/GLPv3/license.txt $(DESTDIR)/$(SHAREDIR)/trayfreq/LICENCE + ln -s ../licenses/common/GPL3/license.txt $(DESTDIR)/$(SHAREDIR)/trayfreq/LICENCE ln -s ../../../etc/trayfreq.conf $(DESTDIR)/$(SHAREDIR)/trayfreq/trayfreq.conf ######################################################################## |