Go to the source code of this file.
Initial value:
TAR=../lapack_$2.orig.tar.xz
tar -a -x -f $3
rm $3
(cd $DIR
mv TESTING testing; ln -s testing TESTING
mv SRC src; ln -s src SRC
mv INSTALL install; ln -s install INSTALL
mv BLAS blas; ln -s blas BLAS
)
echo tar -a -c -f $TAR $DIR
tar -a -c -f $TAR $DIR
rm -rf $DIR
if [ -r .svn/deb-layout ]
Definition at line 4 of file orig-tar.sh.