Skip to content

Commit 67c5ac8

Browse files
committed
Remove binaries tzinit etc. from library only archives
1 parent cd729b9 commit 67c5ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.scripts/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ make -C tz DESTDIR="${INSTALL_DIR}" type=m68000 install
3232
cd "${INSTALL_DIR}"
3333
: ${CROSS_TOOL}-strip $BINFILES
3434
tar cjf "${DEPLOY_DIR}/${ARCHIVE_NAME}-000.${DEPLOY_ARCHIVE}" $BINFILES usr/share/zoneinfo
35+
rm -f $BINFILES
36+
rmdir sbin usr/sbin
3537
cd -

0 commit comments

Comments
 (0)