update-rc.d.bbclass: Tweak change

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2370 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-06 07:34:52 +00:00
parent e03c1d25ca
commit 9933215adf
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ update-rc.d $OPT ${INITSCRIPT_NAME} ${INITSCRIPT_PARAMS}
}
updatercd_prerm() {
if test "x$D" == "x"; then
if test "x$D" = "x"; then
${INIT_D_DIR}/${INITSCRIPT_NAME} stop
fi
}