mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-17 18:06:59 +02:00
fix(sys-apps/shadow): Drop unnecessary symlink
This commit is contained in:
parent
f721199ed9
commit
aecc5ff6da
@ -99,10 +99,6 @@ src_install() {
|
|||||||
insopts -m0600
|
insopts -m0600
|
||||||
doins "${FILESDIR}"/default/useradd
|
doins "${FILESDIR}"/default/useradd
|
||||||
|
|
||||||
# move passwd to / to help recover broke systems #64441
|
|
||||||
mv "${D}"/usr/bin/passwd "${D}"/bin/
|
|
||||||
dosym /bin/passwd /usr/bin/passwd
|
|
||||||
|
|
||||||
cd "${S}"
|
cd "${S}"
|
||||||
insinto /etc
|
insinto /etc
|
||||||
insopts -m0644
|
insopts -m0644
|
||||||
|
Loading…
Reference in New Issue
Block a user