added INSTALL_UPGRADETOOLD
authorewt <devnull@localhost>
Sun, 25 Feb 1996 22:10:50 +0000 (22:10 +0000)
committerewt <devnull@localhost>
Sun, 25 Feb 1996 22:10:50 +0000 (22:10 +0000)
CVS patchset: 420
CVS date: 1996/02/25 22:10:50

lib/rpmlib.h

index adf3064..fb6d357 100644 (file)
@@ -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)