projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d267993
)
reversed order of pre/preun post/postun checking
author
marc
<devnull@localhost>
Sat, 6 Jan 1996 23:33:45 +0000
(23:33 +0000)
committer
marc
<devnull@localhost>
Sat, 6 Jan 1996 23:33:45 +0000
(23:33 +0000)
CVS patchset: 151
CVS date: 1996/01/06 23:33:45
build/spec.c
patch
|
blob
|
history
diff --git
a/build/spec.c
b/build/spec.c
index
9fcef95
..
4e2b39a
100644
(file)
--- a/
build/spec.c
+++ b/
build/spec.c
@@
-463,10
+463,10
@@
static struct part_rec {
{BUILD_PART, 0, "%build"},
{INSTALL_PART, 0, "%install"},
{CLEAN_PART, 0, "%clean"},
- {PREIN_PART, 0, "%pre"},
- {POSTIN_PART, 0, "%post"},
{PREUN_PART, 0, "%preun"},
{POSTUN_PART, 0, "%postun"},
+ {PREIN_PART, 0, "%pre"},
+ {POSTIN_PART, 0, "%post"},
{FILES_PART, 0, "%files"},
{CHANGELOG_PART, 0, "%changelog"},
{0, 0, 0}