fix install of wrapper

This commit is contained in:
Joey Hess 2014-05-17 16:45:32 -04:00
parent c09babd5b7
commit 617014f488
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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)