We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm using nfpm to create deb packages from a full directory with lots of files and libraries (.so files).
contents: - src: /opt/gstreamer dst: /opt/gstreamer
Normal files are copied correctly but symlinks are transformed to normal files (dpkg -c file.deb):
-rwxr-xr-x root/root 121152 2021-12-17 16:06 ./opt/gstreamer/lib/libswresample.so -rwxr-xr-x root/root 121152 2021-12-17 16:06 ./opt/gstreamer/lib/libswresample.so.3 -rwxr-xr-x root/root 121152 2021-12-17 16:06 ./opt/gstreamer/lib/libswresample.so.3.9.100
.so and .so.3 files should be symlinks. I can't specify every single symlink because there are tons of them.
The text was updated successfully, but these errors were encountered:
I am trying to address the issue in goreleaser/fileglob#24 and #453
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi, I'm using nfpm to create deb packages from a full directory with lots of files and libraries (.so files).
Normal files are copied correctly but symlinks are transformed to normal files (dpkg -c file.deb):
.so and .so.3 files should be symlinks. I can't specify every single symlink because there are tons of them.
The text was updated successfully, but these errors were encountered: