From 617014f4881951f7b2b6e601bb86a119ad8052d7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 17 May 2014 16:45:32 -0400 Subject: fix install of wrapper --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3