Fix build output path

This commit is contained in:
Tyler 2017-09-11 00:31:12 -04:00
parent a8f6044a06
commit e817c1b0c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
fpm -s dir -t deb -p build/amd64/deb-simple_$VERSION.deb \
fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
-n astra -v $VERSION \
--config-files /etc/deb-simple.conf \
--deb-priority optional --force \