#!/bin/sh
clear
if [ -f not_unpack ]
then
	echo "****************************************************************"
	echo "* Not Unpack.Please copy your distribution files to a temperary*"
	echo "* directary and type 'make unpack' first.                      *"
	echo "****************************************************************"
	exit -1
else
	exit 0
fi
