diff options
author | ewt <devnull@localhost> | 1996-02-25 22:10:50 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-02-25 22:10:50 +0000 |
commit | d91b0512d0b40bc87a420d832776ba3766cdb030 (patch) | |
tree | 429f491425d29d17bc72b512c52ccf3f7ad28e3c /lib | |
parent | faa8bd69ac8e17e03d0ed4a6598095850bb69a07 (diff) | |
download | rpm-d91b0512d0b40bc87a420d832776ba3766cdb030.tar.gz rpm-d91b0512d0b40bc87a420d832776ba3766cdb030.tar.bz2 rpm-d91b0512d0b40bc87a420d832776ba3766cdb030.zip |
added INSTALL_UPGRADETOOLD
CVS patchset: 420
CVS date: 1996/02/25 22:10:50
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rpmlib.h b/lib/rpmlib.h index adf3064aa..fb6d35798 100644 --- a/lib/rpmlib.h +++ b/lib/rpmlib.h @@ -72,6 +72,7 @@ #define INSTALL_REPLACEFILES (1 << 1) #define INSTALL_TEST (1 << 2) #define INSTALL_UPGRADE (1 << 3) +#define INSTALL_UPGRADETOOLD (1 << 4) #define VERIFY_NONE 0 #define VERIFY_MD5 (1 << 0) |