aboutsummaryrefslogtreecommitdiffstats
path: root/netbase
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-29 21:17:57 +0000
committerChris Larson <clarson@kergoth.com>2004-03-29 21:17:57 +0000
commit3115fb3e0d8d769e2994bcd6463e5403188fab4b (patch)
treebded29302158765542a4182b9ecc7bcffa343a0b /netbase
parentaf8389231cd953919be4c6d7e7a8a04504db9935 (diff)
downloadopenembedded-3115fb3e0d8d769e2994bcd6463e5403188fab4b.tar.gz
Adapting some builds per the recent oe metadata handling changes.
BKrev: 40689285Q7zUjk20aonhEakS324blw
Diffstat (limited to 'netbase')
-rw-r--r--netbase/netbase_4.16.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/netbase/netbase_4.16.oe b/netbase/netbase_4.16.oe
index 5d4e529e2b..9fe1f22c7c 100644
--- a/netbase/netbase_4.16.oe
+++ b/netbase/netbase_4.16.oe
@@ -15,14 +15,14 @@ do_install () {
}
pkg_postinst () {
- if test -n "$D"; then
+ if test -n "${D}"; then
D="-r $D"
fi
update-rc.d $D networking start 40 S . stop 40 0 6 1 .
}
pkg_prerm () {
- if test -n "$D"; then
+ if test -n "${D}"; then
D="-r $D"
fi
update-rc.d $D networking remove