aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-25 00:27:58 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-25 00:27:58 +0200
commiteab1d58b1273babc52d926ce1cd52c5090fcbe11 (patch)
tree1fa8cb6112f150738f504e5b6e4dc2632409e5ce
parentupdate gitignore (diff)
downloadmongoclock-eab1d58b1273babc52d926ce1cd52c5090fcbe11.tar.gz
mongoclock-eab1d58b1273babc52d926ce1cd52c5090fcbe11.tar.bz2
mongoclock-eab1d58b1273babc52d926ce1cd52c5090fcbe11.tar.xz
whoops
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5f291d..99f6e4a 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ info: mongoclock.info.gz
mongoclock.install: mongoclock
cp "$<" "$@"
- sed -i 's:$$0.py:$(DESTDIR)$(PREFIX)$(LIBEXEC)/$(COMMAND).py:g' "$@"
+ sed -i 's:$$0.py:$(PREFIX)$(LIBEXEC)/$(COMMAND).py:g' "$@"
install: install-cmd install-license install-info