Fix a installation issue with $DESTDIR.
Approved by: imp (mentor)
This commit is contained in:
parent
0fe71aba5c
commit
4bca136727
@ -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."; \
|
||||
|
Loading…
Reference in New Issue
Block a user