From 6cd5e26ea17c795fd4be98a68185d60165a08aa4 Mon Sep 17 00:00:00 2001 From: nork Date: Thu, 11 Feb 2010 15:34:54 +0000 Subject: Fix a installation issue with $DESTDIR. Approved by: imp (mentor) --- share/zoneinfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/zoneinfo') diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 326f3b4..6bbc989 100644 --- a/share/zoneinfo/Makefile +++ b/share/zoneinfo/Makefile @@ -68,7 +68,7 @@ afterinstall: optC="-C ${DESTDIR}"; \ fi; \ echo "Updating /etc/localtime"; \ - tzsetup ${optC} -r; \ + tzsetup $${optC} -r; \ fi; \ else \ echo "Run tzsetup(8) manually to update /etc/localtime."; \ -- cgit v1.1