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."; \
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to