aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-06-25 00:29:26 +0200
committerMattias Andrée <maandree@operamail.com>2013-06-25 00:29:26 +0200
commitb4f122a312d7a9de8b8bdd2461bacbde82b06e9c (patch)
tree19d473467f2d7ffb8d3ce3165d7ba57377e22906 /Makefile
parentadd makefile (diff)
downloadpasscheck-b4f122a312d7a9de8b8bdd2461bacbde82b06e9c.tar.gz
passcheck-b4f122a312d7a9de8b8bdd2461bacbde82b06e9c.tar.bz2
passcheck-b4f122a312d7a9de8b8bdd2461bacbde82b06e9c.tar.xz
whoops
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ba454a..9af1198 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ info: passcheck.info.gz
passcheck.install: passcheck.py
cp "$<" "$@"
- sed -i "s:'blacklist':'$(DESTDIR)$(PREFIX)$(SHARE)/misc/$(PKGNAME).blacklist':g" "$@"
+ sed -i "s:'blacklist':'$(PREFIX)$(SHARE)/misc/$(PKGNAME).blacklist':g" "$@"
install: install-cmd install-license install-info