File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ fpm -s dir -t rpm -n frankenphp -v "${FRANKENPHP_VERSION}" \
7272 --depends " libc.so.6(${glibc_version} )(64bit)" \
7373 --depends " libstdc++.so.6(${cxxabi_version} )(64bit)" \
7474 --after-install ../package/after_install.sh \
75- --iteration " ${iteration} " \
75+ --iteration " ${iteration} " \
7676 " ${bin} =/usr/bin/frankenphp" \
7777 " ../package/frankenphp.service=/usr/lib/systemd/system/frankenphp.service" \
7878 " ../package/Caddyfile=/etc/frankenphp/Caddyfile" \
@@ -91,7 +91,7 @@ fpm -s dir -t deb -n frankenphp -v "${FRANKENPHP_VERSION}" \
9191 --depends " libstdc++6 (>= ${cxxabi_version} )" \
9292 --deb-suggests libcap2-bin \
9393 --after-install ../package/after_install.sh \
94- --iteration " ${iteration} " \
94+ --iteration " ${iteration} " \
9595 " ${bin} =/usr/bin/frankenphp" \
9696 " ../package/frankenphp.service=/lib/systemd/system/frankenphp.service" \
9797 " ../package/Caddyfile=/etc/frankenphp/Caddyfile" \
You can’t perform that action at this time.
0 commit comments