diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-17 16:45:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-17 16:45:44 -0400 |
| commit | 617014f4881951f7b2b6e601bb86a119ad8052d7 (patch) | |
| tree | 62847a5fa9bd93c0c8699bee18e3c63d7002a72d /Makefile | |
| parent | c09babd5b7cb059cc9fa5ffb2ddfa4255e21e321 (diff) | |
fix install of wrapper
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
