From 58ef76ebb21e37e7bb011a76d327784a93e68507 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 06 Jun 2019 11:09:41 -0400 Subject: zdump, zic: Use oh-shlibdeps Also add a comment to build. --- (limited to 'build') diff --git a/build b/build index 7c4b0be..e413513 100755 --- a/build +++ b/build @@ -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 -- cgit v0.9.1