#!/bin/bash

/usr/bin/install -s tmp/bin/binary tmp/bin/stripped
cp tmp/bin/stripped /usr/bin/icmbuild
rm tmp/bin/stripped

