aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-09 01:10:15 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-09 01:10:15 +0200
commit291b4cfa90ea4486022ffd7325fa615a2aacd3c5 (patch)
tree8cfbb8a2be8d6f897faf98f98f6793d06044d634 /Makefile
parentadd install and uninstall rules to makefile (diff)
downloadcrt-calibrator-291b4cfa90ea4486022ffd7325fa615a2aacd3c5.tar.gz
crt-calibrator-291b4cfa90ea4486022ffd7325fa615a2aacd3c5.tar.bz2
crt-calibrator-291b4cfa90ea4486022ffd7325fa615a2aacd3c5.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac47448..61ef07c 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ install: bin/crt-calibrator
install -dm755 -- "$(DESTDIR)$(BINDIR)"
install -m755 bin/crt-calibrator -- "$(DESTDIR)$(BINDIR)/$(COMMAND)"
install -dm755 -- "$(DESTDIR)$(LICENSES)/$(PKGNAME)"
- install -m644 COPYING LICNSE -- "$(DESTDIR)$(LICENSES)/$(PKGNAME)"
+ install -m644 COPYING LICENSE -- "$(DESTDIR)$(LICENSES)/$(PKGNAME)"
.PHONY: uninstall