rpms/simh/F-12 simh-generate-tarball.sh,NONE,1.1

Lucian Langa lucilanga at fedoraproject.org
Sat Jan 9 14:00:11 UTC 2010


Author: lucilanga

Update of /cvs/pkgs/rpms/simh/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20079

Added Files:
	simh-generate-tarball.sh 
Log Message:
initial import


--- NEW FILE simh-generate-tarball.sh ---
#!/bin/sh

VERSION=$1
MAJOR=${VERSION:0:1}
MINOR=${VERSION:2:1}
PATCH=${VERSION:4:1}

unzip -o simhv$MAJOR$MINOR-$PATCH.zip -d simh-$VERSION
rm simh-$VERSION/VAX/ka655*
rm -Rf simh-$VERSION/Ibm1130
sed -i -e "s/ ibm1130 / /" simh-$VERSION/makefile

tar -czvf simh-$VERSION-noroms.tar.gz simh-$VERSION




More information about the fedora-extras-commits mailing list