Skip to content

hooks: cleanup the correct doc folders#447

Merged
Meulengracht merged 1 commit into
canonical:mainfrom
Meulengracht:main
May 22, 2026
Merged

hooks: cleanup the correct doc folders#447
Meulengracht merged 1 commit into
canonical:mainfrom
Meulengracht:main

Conversation

@Meulengracht
Copy link
Copy Markdown
Member

@Meulengracht Meulengracht commented May 22, 2026

fixes the remaining listed slices in the manifest: #443

Before fix:

[philip@philip-ws squashfs-root]$ find . -name libgnutls*
./usr/lib/x86_64-linux-gnu/libgnutls.so.30
./usr/lib/x86_64-linux-gnu/libgnutls.so.30.41.1
./usr/share/doc/libgnutls-dane0t64
./usr/share/doc/libgnutls30t64
[philip@philip-ws squashfs-root]$ find . -name libevent*
./usr/share/doc/libevent-2.1-7t64
[philip@philip-ws squashfs-root]$ find . -name libmagic*
./usr/share/doc/libmagic1t64

After fix:

[philip@philip-ws squashfs-root]$ find . -name libgnutls*
./usr/lib/x86_64-linux-gnu/libgnutls.so.30
./usr/lib/x86_64-linux-gnu/libgnutls.so.30.41.1
./usr/share/doc/libgnutls30t64
[philip@philip-ws squashfs-root]$ find . -name libevent*
[philip@philip-ws squashfs-root]$ find . -name libmagic*
[philip@philip-ws squashfs-root]$ 


[philip@philip-ws chisel]$ cat manifest.json | grep libmagic
[philip@philip-ws chisel]$ cat manifest.json | grep libevent
[philip@philip-ws chisel]$ cat manifest.json | grep libgnutls-dane
[philip@philip-ws chisel]$ 

@Meulengracht Meulengracht merged commit f4dfdfc into canonical:main May 22, 2026
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant