diff options
-rw-r--r-- | meta/classes/update-rc.d.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index cb217681e3..3051b7933f 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/meta/classes/update-rc.d.bbclass | |||
@@ -15,7 +15,7 @@ update-rc.d $OPT ${INITSCRIPT_NAME} ${INITSCRIPT_PARAMS} | |||
15 | } | 15 | } |
16 | 16 | ||
17 | updatercd_prerm() { | 17 | updatercd_prerm() { |
18 | if test "x$D" == "x"; then | 18 | if test "x$D" = "x"; then |
19 | ${INIT_D_DIR}/${INITSCRIPT_NAME} stop | 19 | ${INIT_D_DIR}/${INITSCRIPT_NAME} stop |
20 | fi | 20 | fi |
21 | } | 21 | } |