You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is mainly FYI and to help future googlers as the workaround is so easy. I'm using the nebula ospackage gradle plugin to build an RPM and I have found that using directory directive with a trailing slash causes a cpio archive file not in header error when the rpm is --install-ed. E.g.
directory("/var/log/blah/", 0644)
causes the error, but:
directory("/var/log/blah", 0644)
does not.
The text was updated successfully, but these errors were encountered:
This is mainly FYI and to help future googlers as the workaround is so easy. I'm using the nebula ospackage gradle plugin to build an RPM and I have found that using directory directive with a trailing slash causes a cpio archive file not in header error when the rpm is --install-ed. E.g.
causes the error, but:
does not.
The text was updated successfully, but these errors were encountered: