fixed prein -> pre and postin->post
CVS patchset: 150 CVS date: 1996/01/06 21:23:03
This commit is contained in:
parent
405a63ffff
commit
d267993eac
|
@ -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"},
|
||||
|
|
Loading…
Reference in New Issue