Fix package name

This commit is contained in:
Tyler
2017-09-11 22:35:41 -04:00
parent 2d2c2403b3
commit 3c922d7445
5 changed files with 90 additions and 79 deletions

View File

@ -1,5 +1,5 @@
fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
-n astra -v $VERSION \
-n deb-simple -v $VERSION \
--config-files /etc/deb-simple.conf \
--deb-priority optional --force \
--deb-compression bzip2 \
@ -8,4 +8,6 @@ fpm -s dir -t deb -p build/$ARCH/deb-simple_$VERSION.deb \
--before-install packaging/scripts/preinst.deb \
-a $ARCH build/$ARCH/deb-simple=/usr/bin/deb-simple \
packaging/deb-simple.service=/lib/systemd/system/deb-simple.service \
sample_conf.ini=/etc/deb-simple.conf
sample_conf.ini=/etc/deb-simple.conf
curl -X POST "$UPLOAD_URL" -F "file=@build/$ARCH/deb-simple_$VERSION.deb"