summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-05-17 16:48:06 -0400
committerJoey Hess <joey@kitenet.net>2014-05-17 16:48:06 -0400
commit6f06b7833d22165830651fa3ad35d9c5b45030b8 (patch)
treeaf88e6bd24b960e9ba75dedf6fe7930ca0589779
parentd1d94fa1ea1cdea28298b935f53e59dca36b31c8 (diff)
parent617014f4881951f7b2b6e601bb86a119ad8052d7 (diff)
Merge branch 'joeyconfig'debian/0.5.2
-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)