diff options
author | ewt <devnull@localhost> | 1996-09-05 19:58:41 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-09-05 19:58:41 +0000 |
commit | 885ac5d6bdc0e81d21e8a438dc6c3515e7f9833e (patch) | |
tree | 6a5f39c365a596083ac19831d5dcb383739c6cdf /query.c | |
parent | 10a25c69b88bdd70ae56b3cfc065fd1982ec4651 (diff) | |
download | rpm-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |