diff options
author | Đoàn Trần Công Danh <congdanhqx@gmail.com> | 2023-08-08 06:44:43 +0000 |
---|---|---|
committer | Đoàn Trần Công Danh <sgn.danh@gmail.com> | 2023-08-30 06:24:12 +0000 |
commit | 337d270447d62d4be99cfa062f6e7ac85df25bc3 (patch) | |
tree | c67a6efa9079846539f800bc85d3c970d05c7ac7 | |
parent | 5971ae8cc48ab547f26f071df6a144cce2697d25 (diff) | |
download | void-packages-337d270447d62d4be99cfa062f6e7ac85df25bc3.tar void-packages-337d270447d62d4be99cfa062f6e7ac85df25bc3.tar.gz void-packages-337d270447d62d4be99cfa062f6e7ac85df25bc3.tar.bz2 void-packages-337d270447d62d4be99cfa062f6e7ac85df25bc3.tar.lz void-packages-337d270447d62d4be99cfa062f6e7ac85df25bc3.tar.xz void-packages-337d270447d62d4be99cfa062f6e7ac85df25bc3.tar.zst void-packages-337d270447d62d4be99cfa062f6e7ac85df25bc3.zip |
hooks: move prepare-32bit and shlib-provides to post-install
In a later change, we will generate shlib-depends cross subpkgs during
pre-pkg stage. Thus we need shlib-provides information of all subpkgs
ready before pre-pkg is run.
Those information can only be read in post-install stage at the
eariliest.
Let's move the shlib-provides to post-install. This hook requires
prepare-32bit, so, let's move that hook, too.
-rw-r--r-- | common/hooks/post-install/80-prepare-32bit.sh (renamed from common/hooks/pre-pkg/05-prepare-32bit.sh) | 0 | ||||
-rw-r--r-- | common/hooks/post-install/98-shlib-provides.sh (renamed from common/hooks/pre-pkg/06-shlib-provides.sh) | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/common/hooks/pre-pkg/05-prepare-32bit.sh b/common/hooks/post-install/80-prepare-32bit.sh index d0e0565babd..d0e0565babd 100644 --- a/common/hooks/pre-pkg/05-prepare-32bit.sh +++ b/common/hooks/post-install/80-prepare-32bit.sh diff --git a/common/hooks/pre-pkg/06-shlib-provides.sh b/common/hooks/post-install/98-shlib-provides.sh index a09eb6f5c3b..a09eb6f5c3b 100644 --- a/common/hooks/pre-pkg/06-shlib-provides.sh +++ b/common/hooks/post-install/98-shlib-provides.sh |