Skip to content

Commit f872ef6

Browse files
committed
fix: usrmerge fixes
Signed-off-by: Luca Di Maio <[email protected]>
1 parent 835018c commit f872ef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

linux-pam.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ pipeline:
5252
done
5353
5454
# make "unix_chkpwd" shadow group and enable g+s
55-
chgrp shadow ${{targets.destdir}}/bin/unix_chkpwd \
56-
&& chmod g+s ${{targets.destdir}}/bin/unix_chkpwd
55+
chgrp shadow ${{targets.destdir}}/usr/bin/unix_chkpwd \
56+
&& chmod g+s ${{targets.destdir}}/usr/bin/unix_chkpwd
5757
5858
# Don't ship /var/run
5959
rm -r ${{targets.destdir}}/var/run

0 commit comments

Comments
 (0)