-
Notifications
You must be signed in to change notification settings - Fork 203
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
create lib
-> lib64
symlink (or vice versa) *before* running postinstallcmds
#4435
Conversation
this will require fixing
|
quick and dirty regex search on |
b2aa7aa
to
571b94d
Compare
Brunsli is the only case I can find, and there we can make sure it works regardless of the order of lib/lib64 symlinks vs |
c578613
to
92e9fe1
Compare
lib
/lib64
symlink before running postinstallcmds
lib
-> lib64
symlink (or vice versa) *before* running postinstallcmds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Not having the symlinks in place means that
postinstallcmds
that rely on using/modifying something in the library directory have to use tricks to figure out the correct location.