fixed prein -> pre and postin->post

CVS patchset: 150
CVS date: 1996/01/06 21:23:03
This commit is contained in:
marc 1996-01-06 21:23:03 +00:00
parent 405a63ffff
commit d267993eac
1 changed files with 2 additions and 2 deletions

View File

@ -463,8 +463,8 @@ static struct part_rec {
{BUILD_PART, 0, "%build"},
{INSTALL_PART, 0, "%install"},
{CLEAN_PART, 0, "%clean"},
{PREIN_PART, 0, "%prein"},
{POSTIN_PART, 0, "%postin"},
{PREIN_PART, 0, "%pre"},
{POSTIN_PART, 0, "%post"},
{PREUN_PART, 0, "%preun"},
{POSTUN_PART, 0, "%postun"},
{FILES_PART, 0, "%files"},