upgrade flag wasn't being passed properly
CVS patchset: 2661 CVS date: 1999/01/06 03:54:56
This commit is contained in:
parent
69e9b14c97
commit
1ba327b1e8
2
rpm.c
2
rpm.c
|
@ -1246,7 +1246,7 @@ int main(int argc, char ** argv) {
|
|||
if (showHash) interfaceFlags |= INSTALL_HASH;
|
||||
if (noDeps) interfaceFlags |= INSTALL_NODEPS;
|
||||
if (noOrder) interfaceFlags |= INSTALL_NOORDER;
|
||||
if (noOrder) interfaceFlags |= INSTALL_NOORDER;
|
||||
if (upgrade) interfaceFlags |= INSTALL_UPGRADE;
|
||||
|
||||
if (!incldocs) {
|
||||
if (excldocs)
|
||||
|
|
Loading…
Reference in New Issue