#! /bin/sh
#
# $Header: pre_tar,v 1.2 87/09/30 08:47:58 root Exp $
#
# The international tape must not contain des_dcrypt.c.  So move it out
# of the way.
# 

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