Skip to content

Commit

Permalink
Fix deb package name.
Browse files Browse the repository at this point in the history
Replace + sign with - sign
  • Loading branch information
Richard Pijnenburg committed Dec 27, 2013
1 parent 582e6fc commit 8444169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ case $os in
fi

fpm -s dir -t deb -n logstash -v "$RELEASE" \
-a all --iteration "1+${os}${DEB_REVISION}" \
-a all --iteration "1-${os}${DEB_REVISION}" \
--url "$URL" \
--description "$DESCRIPTION" \
-d "default-jre-headless" \
Expand Down

0 comments on commit 8444169

Please sign in to comment.