diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 11:09:41 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 11:09:41 (EDT) |
commit | 58ef76ebb21e37e7bb011a76d327784a93e68507 (patch) | |
tree | 1a2c18d81c451dddaa9f3918b13e30009466b0f9 /build | |
parent | 3b9eb677188e33ab91df1d2a8215a8ba44f5c043 (diff) |
zdump, zic: Use oh-shlibdeps
Also add a comment to build.
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -76,7 +76,9 @@ install: build mv tzdata-northamerica.data/usr/share/zoneinfo/America/New_York \ tzdata.data/usr/share/zoneinfo/America ln -sf America/New_York tzdata.data/usr/share/zoneinfo/posixrules + # Run oh-fixperms and oh-strip over everything. set -e; for p $(OPK_PACKAGES); do \ oh-fixperms -d "$${p}.data"; \ oh-strip -d "$${p}.data"; \ done + oh-shlibdeps |