Skip to content

Commit 4e527ef

Browse files
committedMar 20, 2025··
shadow: remove empty /bin from package
This avoids tripping the usrmerge linter.
1 parent 4f75cda commit 4e527ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎shadow.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ subpackages:
184184
mkdir -p ${{targets.subpkgdir}}/etc
185185
mv ${{targets.destdir}}/etc/subuid ${{targets.subpkgdir}}/etc/
186186
mv ${{targets.destdir}}/etc/subgid ${{targets.subpkgdir}}/etc/
187+
188+
# Leaving this empty directory trips up the usrmerge linter
189+
rmdir ${{targets.destdir}}/bin
187190
description: Utilities for using subordinate UIDs and GIDs
188191
dependencies:
189192
runtime:

0 commit comments

Comments
 (0)
Please sign in to comment.