1#!/bin/sh
2
3set -ex
4
5DSTROOT=${DSTROOT}${INSTALL_PATH_PREFIX}
6
7# This script phase is run here, so that the hardlinks are created *after* stripping.
8# Doing it in the bzip2 target itself produces verification failures.
9ln ${DSTROOT}/usr/bin/bzip2 ${DSTROOT}/usr/bin/bunzip2
10ln ${DSTROOT}/usr/bin/bzip2 ${DSTROOT}/usr/bin/bzcat
11
12