summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess2014-05-17 16:45:32 -0400
committerJoey Hess2014-05-17 16:45:44 -0400
commit617014f4881951f7b2b6e601bb86a119ad8052d7 (patch)
tree62847a5fa9bd93c0c8699bee18e3c63d7002a72d /Makefile
parentc09babd5b7cb059cc9fa5ffb2ddfa4255e21e321 (diff)
fix install of wrapper
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f4833fc..fba684d9 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ dist/setup-config: propellor.cabal
install:
install -d $(DESTDIR)/usr/bin $(DESTDIR)/usr/src/propellor
- install -s dist/build/propellor/propellor $(DESTDIR)/usr/bin
+ install -s dist/build/wrapper/wrapper $(DESTDIR)/usr/bin/propellor
$(CABAL) sdist
cat dist/propellor-*.tar.gz | \
(cd $(DESTDIR)/usr/src/propellor && tar zx --strip-components=1)