Date: Thu, 11 Feb 2010 15:34:54 +0000 (UTC) From: Norikatsu Shigemura <nork@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203780 - head/share/zoneinfo Message-ID: <201002111534.o1BFYsBB014807@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nork Date: Thu Feb 11 15:34:54 2010 New Revision: 203780 URL: http://svn.freebsd.org/changeset/base/203780 Log: Fix a installation issue with $DESTDIR. Approved by: imp (mentor) Modified: head/share/zoneinfo/Makefile Modified: head/share/zoneinfo/Makefile ============================================================================== --- head/share/zoneinfo/Makefile Thu Feb 11 15:03:56 2010 (r203779) +++ head/share/zoneinfo/Makefile Thu Feb 11 15:34:54 2010 (r203780) @@ -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."; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002111534.o1BFYsBB014807>