Fix a installation issue with $DESTDIR.

Approved by:	imp (mentor)
This commit is contained in:
Norikatsu Shigemura 2010-02-11 15:34:54 +00:00
parent 0fe71aba5c
commit 4bca136727
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203780

View file

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