svn commit: r203780 - head/share/zoneinfo

Norikatsu Shigemura nork at FreeBSD.org
Thu Feb 11 15:34:54 UTC 2010


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."; \


More information about the svn-src-all mailing list