fixed prein -> pre and postin->post
authormarc <devnull@localhost>
Sat, 6 Jan 1996 21:23:03 +0000 (21:23 +0000)
committermarc <devnull@localhost>
Sat, 6 Jan 1996 21:23:03 +0000 (21:23 +0000)
CVS patchset: 150
CVS date: 1996/01/06 21:23:03

build/spec.c

index 3546af9..9fcef95 100644 (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"},