From: marc Date: Sat, 6 Jan 1996 21:23:03 +0000 (+0000) Subject: fixed prein -> pre and postin->post X-Git-Tag: tznext/4.11.0.1.tizen20130304~11810 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d267993eac79d1f6ea8594975c4e14762b1ddd02;p=tools%2Flibrpm-tizen.git fixed prein -> pre and postin->post CVS patchset: 150 CVS date: 1996/01/06 21:23:03 --- diff --git a/build/spec.c b/build/spec.c index 3546af9..9fcef95 100644 --- a/build/spec.c +++ b/build/spec.c @@ -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"},