hooks/prepare-32bit: introduce lib32symlinks.
- This creates a symlink of a file stored in usr/lib32 to usr/lib. - This expects basename of files stored in usr/lib32. - This is required by an upcoming change to the glibc pkg.
This commit is contained in:
parent
6a5dd73ea4
commit
d104a99fa0
2 changed files with 8 additions and 1 deletions
|
@ -12,7 +12,7 @@ unset -v nostrip nostrip_files shlib_requires
|
|||
unset -v noverifyrdeps allow_unknown_shlibs shlib_provides
|
||||
|
||||
# hooks/post-install/06-prepare-32bit
|
||||
unset -v lib32depends lib32disabled lib32files lib32mode
|
||||
unset -v lib32depends lib32disabled lib32files lib32mode lib32symlinks
|
||||
|
||||
# xbps-triggers: system-accounts
|
||||
unset -v system_accounts system_groups
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue