summaryrefslogtreecommitdiff
path: root/sysutils/dbus
diff options
context:
space:
mode:
authordholland <dholland>2011-10-29 15:17:17 +0000
committerdholland <dholland>2011-10-29 15:17:17 +0000
commit5a90a52ce8e3da08c857a6dd0a79fde69944c767 (patch)
treeb54dd57436dd94405760b30cb492966546d4bf46 /sysutils/dbus
parent733efca8a7d5757735c0173256d60bebbd51b8a3 (diff)
downloadpkgsrc-5a90a52ce8e3da08c857a6dd0a79fde69944c767.tar.gz
Fix typo in previous that made deinstallation fail...
Diffstat (limited to 'sysutils/dbus')
-rw-r--r--sysutils/dbus/DEINSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus/DEINSTALL b/sysutils/dbus/DEINSTALL
index 0fc5772e490..81de0538eb1 100644
--- a/sysutils/dbus/DEINSTALL
+++ b/sysutils/dbus/DEINSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: DEINSTALL,v 1.1 2011/10/29 13:26:59 marino Exp $
+# $NetBSD: DEINSTALL,v 1.2 2011/10/29 15:17:17 dholland Exp $
# DEINSTALL is used rather than @pkgdir because the automatic directory
# deletion mechanism makes dbus services remove these directories first,
@@ -11,7 +11,7 @@ POST-DEINSTALL)
@PREFIX@/libexec/dbus-1"
for dbuspath in ${CYCLE}; do
if [ -d ${dbuspath} ]; then
- if [ -n `${LS} -A ${$dbuspath}` ]; then
+ if [ -n `${LS} -A ${dbuspath}` ]; then
${RMDIR} ${dbuspath}
fi
fi