diff options
author | root <devnull@localhost> | 1996-07-10 20:18:43 +0000 |
---|---|---|
committer | root <devnull@localhost> | 1996-07-10 20:18:43 +0000 |
commit | 229721a5ddd03c1d86311a309be87a5161c50f6d (patch) | |
tree | 1a3fca46eeb9bd4deb14c184777fcc7a93a33802 /build | |
parent | 4ac3bcf8fd8ddd9a0c69e129ea602d30669b3a6f (diff) | |
download | rpm-229721a5ddd03c1d86311a309be87a5161c50f6d.tar.gz rpm-229721a5ddd03c1d86311a309be87a5161c50f6d.tar.bz2 rpm-229721a5ddd03c1d86311a309be87a5161c50f6d.zip |
warn if they use Root:
CVS patchset: 777
CVS date: 1996/07/10 20:18:43
Diffstat (limited to 'build')
-rw-r--r-- | build/spec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/spec.c b/build/spec.c index c6ce2c2c7..1a7126fe2 100644 --- a/build/spec.c +++ b/build/spec.c @@ -1036,6 +1036,7 @@ Spec parseSpec(FILE *f, char *specfile, char *prefixOverride) /* special case */ gotRoot = 1; message(MESS_DEBUG, "Got root: %s\n", s); + message(MESS_WARNING, "The Root: tag is depricated. Use Buildprefix: instead\n"); setVar(RPMVAR_ROOT, s); break; case RPMTAG_ICON: |