Skip to content

Commit fa90a16

Browse files
committed
Give fpm a list of directories to package.
1 parent bdbcca9 commit fa90a16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/fpm/fpm.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ sudo chown -R 0:0 "$BASE_DIR" || exit 1
5555
for t in deb rpm; do
5656
fpm -s dir -t "$t" -n "$PKG_NAME" -v "$VERSION" -C "$BASE_DIR" \
5757
-m "$MAINTAINER" --category "$CATEGORY" --url "$URL" --license "$LICENSE" \
58-
--vendor "$VENDOR" --description "$DESCRIPTION" --depends "$DEPENDS"
58+
--vendor "$VENDOR" --description "$DESCRIPTION" --depends "$DEPENDS" \
59+
.
5960
done

0 commit comments

Comments
 (0)