summaryrefslogtreecommitdiffstats
path: root/share/zoneinfo
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2010-02-11 15:34:54 +0000
committernork <nork@FreeBSD.org>2010-02-11 15:34:54 +0000
commit6cd5e26ea17c795fd4be98a68185d60165a08aa4 (patch)
tree7a7c8e3211ceec0f486813421ea9e7e41b94c1d3 /share/zoneinfo
parent2f0d28019151229e89de6b5850ef0fdb6e53f473 (diff)
downloadFreeBSD-src-6cd5e26ea17c795fd4be98a68185d60165a08aa4.zip
FreeBSD-src-6cd5e26ea17c795fd4be98a68185d60165a08aa4.tar.gz
Fix a installation issue with $DESTDIR.
Approved by: imp (mentor)
Diffstat (limited to 'share/zoneinfo')
-rw-r--r--share/zoneinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
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."; \
OpenPOWER on IntegriCloud