mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
base-passwd: remove whitespaces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2913 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -51,7 +51,7 @@ pkg_postinst () {
|
|||||||
if [ ! -e $D${sysconfdir}/passwd ] ; then
|
if [ ! -e $D${sysconfdir}/passwd ] ; then
|
||||||
cp $D${datadir}/base-passwd/passwd.master $D${sysconfdir}/passwd
|
cp $D${datadir}/base-passwd/passwd.master $D${sysconfdir}/passwd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -e $D${sysconfdir}/group ] ; then
|
if [ ! -e $D${sysconfdir}/group ] ; then
|
||||||
cp $D${datadir}/base-passwd/group.master $D${sysconfdir}/group
|
cp $D${datadir}/base-passwd/group.master $D${sysconfdir}/group
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user