diff options
Diffstat (limited to 'sysvinit/sysvinit_2.85.oe')
-rw-r--r-- | sysvinit/sysvinit_2.85.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe index fba08d8693..de12ca9d8b 100644 --- a/sysvinit/sysvinit_2.85.oe +++ b/sysvinit/sysvinit_2.85.oe @@ -59,7 +59,7 @@ pkg_postinst () { # if [ -n "`which update-alternatives 2>/dev/null`" ]; then # update-alternatives blah # else - ln -sf sysvinit ${D}/sbin/init + ln -sf sysvinit $D/sbin/init # fi exit 0 } |