#! /bin/sh
#
# $Header: pre_tar,v 1.2 87/09/30 08:30:39 root Exp $
#
# When building the international binary tape move the domestic version
# of libcrypt out of the way.
#

if [ -f $1/usr/lib/libcrypt.dom ] ; then
	mv $1/usr/lib/libcrypt.dom $1/../libcrypt.dom
fi
