web/packaging/build-package.sh
Tyler 4976cdf4d4
All checks were successful
continuous-integration/drone/push Build is passing
Fix package paths
2019-12-29 22:06:58 -05:00

10 lines
378 B
Bash

fpm -s dir -t deb -p /build/arm-web_$VERSION.deb \
-n arm-web -v $VERSION \
--deb-priority optional --force \
--deb-compression bzip2 \
--description "Automatic Ripping Machine Web Interface" \
-m "cats <admin@meow.tf>" --vendor "Meow.tf" \
--url "https://meow.tf" \
packaging/arm.conf=/etc/nginx/conf.d/arm.conf \
/build/dist/=/var/lib/arm/web/