summaryrefslogtreecommitdiff
path: root/query.c
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-09-05 19:58:41 +0000
committerewt <devnull@localhost>1996-09-05 19:58:41 +0000
commit885ac5d6bdc0e81d21e8a438dc6c3515e7f9833e (patch)
tree6a5f39c365a596083ac19831d5dcb383739c6cdf /query.c
parent10a25c69b88bdd70ae56b3cfc065fd1982ec4651 (diff)
downloadrpm-885ac5d6bdc0e81d21e8a438dc6c3515e7f9833e.tar.gz
rpm-885ac5d6bdc0e81d21e8a438dc6c3515e7f9833e.tar.bz2
rpm-885ac5d6bdc0e81d21e8a438dc6c3515e7f9833e.zip
fixed --scripts output
CVS patchset: 1018 CVS date: 1996/09/05 19:58:41
Diffstat (limited to 'query.c')
-rw-r--r--query.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/query.c b/query.c
index e6a001af6..3e6e3372f 100644
--- a/query.c
+++ b/query.c
@@ -44,10 +44,10 @@ static char * requiresQueryFormat =
"[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]";
static char * providesQueryFormat = "[%{PROVIDES}\n]";
static char * scriptQueryFormat =
- "printinstall script:\n%{RPMTAG_PREIN}\n"
+ "preinstall script:\n%{RPMTAG_PREIN}\n"
"postinstall script:\n%{RPMTAG_POSTIN}\n"
"preuninstall script:\n%{RPMTAG_PREUN}\n"
- "postuninstall script:\n%{RPMTAG_POSTIN}\n";
+ "postuninstall script:\n%{RPMTAG_POSTUN}\n";
static int queryHeader(Header h, char * chptr) {
int count = 0;