summaryrefslogtreecommitdiff
path: root/bin/build-distribution-archives
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-distribution-archives')
-rw-r--r--bin/build-distribution-archives2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/build-distribution-archives b/bin/build-distribution-archives
index 4056748e..4f4484f3 100644
--- a/bin/build-distribution-archives
+++ b/bin/build-distribution-archives
@@ -105,8 +105,6 @@ if [ "$BUILD" = "windows" ]; then
fi
if [ "$BUILD" = "linux" ]; then
- gem install fpm
-
if [[ "$VERSION" =~ ^v[0-9][.0-9]+$ ]]; then
VERSION=${VERSION#v}
else