Fix DJGPP building file
This commit is contained in:
parent
d60771c21b
commit
0443d55a3a
@ -38,8 +38,8 @@ echo "Snapshot at ${date} (devel. ver.)" >>${file_id}
|
|||||||
echo 'This is unstable release and it' >>${file_id}
|
echo 'This is unstable release and it' >>${file_id}
|
||||||
echo 'should be used for testing purpose' >>${file_id}
|
echo 'should be used for testing purpose' >>${file_id}
|
||||||
echo '----------------------------------' >>${file_id}
|
echo '----------------------------------' >>${file_id}
|
||||||
echo 'GoldED+ is a successor of the' >>${dizfile}
|
echo 'GoldED+ is a successor of the' >>${file_id}
|
||||||
echo 'wellknown GoldED mail editor.' >>${dizfile}
|
echo 'wellknown GoldED mail editor.' >>${file_id}
|
||||||
echo '----------------------------------' >>${file_id}
|
echo '----------------------------------' >>${file_id}
|
||||||
echo 'http://golded-plus.sourceforge.net' >>${file_id}
|
echo 'http://golded-plus.sourceforge.net' >>${file_id}
|
||||||
|
|
||||||
@ -59,3 +59,4 @@ done
|
|||||||
|
|
||||||
echo ${files} | sed "s/ /\n/g" >files.lst
|
echo ${files} | sed "s/ /\n/g" >files.lst
|
||||||
pkzip ${dosname} @files.lst
|
pkzip ${dosname} @files.lst
|
||||||
|
rm files.lst
|
||||||
|
Reference in New Issue
Block a user