From 3115fb3e0d8d769e2994bcd6463e5403188fab4b Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 29 Mar 2004 21:17:57 +0000 Subject: Adapting some builds per the recent oe metadata handling changes. BKrev: 40689285Q7zUjk20aonhEakS324blw --- apache/apache_2.0.48.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apache') diff --git a/apache/apache_2.0.48.oe b/apache/apache_2.0.48.oe index 339c27e0b3..2c8d42ee4f 100644 --- a/apache/apache_2.0.48.oe +++ b/apache/apache_2.0.48.oe @@ -72,14 +72,14 @@ do_install_append () { } pkg_postinst () { - if test -n "$D"; then + if test -n "${D}"; then D="-r $D" fi update-rc.d $D httpd defaults 91 20 } pkg_prerm () { - if test -n "$D"; then + if test -n "${D}"; then D="-r $D" fi update-rc.d $D httpd remove -- cgit v1.2.3