-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regression in 1.12.0 when building deb package #1749
Comments
Hi! fpm/templates/deb/postinst_upgrade.sh.erb Line 23 in d50f756
I'm using fpm within Ubuntu 18.04 |
I can probably provide a workaround in a patch, but I don't have the bandwidth to determine if it is the correct fix. |
jordansissel
added a commit
that referenced
this issue
Jan 20, 2021
#1752 is an attempt to resolve this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the upgrade to 1.12.0, my deb package cannot install anymore with the following error:
The culprit code around line 71 is
Notice that there is no code in 'if' section and this is causing the error.
Fyi, my package is built with
The text was updated successfully, but these errors were encountered: