mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r559] Modifies first line of README again.
This commit is contained in:
parent
6ef50c3f9b
commit
a78d6c70ab
@ -87,6 +87,9 @@ test -h ../hdf5-$VERS && rm ../hdf5-$VERS
|
||||
ln -s `pwd` ../hdf5-$VERS || exit 1
|
||||
mv Makefile ../Makefile.x 2>/dev/null #might fail
|
||||
cp -p Makefile.dist Makefile
|
||||
echo "This is hdf5-$VERS released on `date`" >README.x
|
||||
tail -n +2 <README >>README.x
|
||||
mv README.x README
|
||||
test "$verbose" && echo " Running tar..." 1>&2
|
||||
(cd ..; tar cf x.tar `sed s+^.+hdf5-$VERS+ hdf5-$VERS/MANIFEST` || exit 1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user