diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-02-11 15:34:54 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2010-02-11 15:34:54 +0000 |
commit | 4bca136727f707146c18d097719a672321c04839 (patch) | |
tree | 7a7c8e3211ceec0f486813421ea9e7e41b94c1d3 /share | |
parent | 0fe71aba5cd56edd148e920359cfc21eca80b124 (diff) | |
download | src-4bca136727f707146c18d097719a672321c04839.tar.gz src-4bca136727f707146c18d097719a672321c04839.zip |
Fix a installation issue with $DESTDIR.
Approved by: imp (mentor)
Notes
Notes:
svn path=/head/; revision=203780
Diffstat (limited to 'share')
-rw-r--r-- | share/zoneinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile index 326f3b488f23..6bbc98987cfd 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."; \ |