1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-04-10 00:00:19 +02:00

[PACKAGING] Removes a (now useless) printf sub-execution

This commit is contained in:
Samuel FORESTIER 2020-04-20 11:42:09 +02:00
parent deb43d4714
commit 1501c65b99

@ -56,7 +56,7 @@ FPM_COMMON_ARGS=(
--provides 'archey4' \
--config-files "$FAKE_CONFIG_FILE" \
--architecture all \
--maintainer "$(printf '%s <%s>' "$AUTHOR" "$AUTHOR_EMAIL")" \
--maintainer "${AUTHOR} <${AUTHOR_EMAIL}>" \
--after-install packaging/after_install \
--after-upgrade packaging/after_install \
--before-remove packaging/before_remove \