make arch_sensitive the default

CVS patchset: 598
CVS date: 1996/06/02 18:05:11
This commit is contained in:
root 1996-06-02 18:05:11 +00:00
parent 870b1ea849
commit 6e459f8002
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ static int readRpmrc(FILE * f, char * fn) {
while (*start && isspace(*start)) start++; while (*start && isspace(*start)) start++;
/* I guess #.* should be a comment, but I don't know that. I'll /* I guess #.* should be a comment, but I don't know that. I'll
just assume that and hope I'm write. For kicks, I'll take just assume that and hope I'm right. For kicks, I'll take
\# to escape it */ \# to escape it */
chptr = start; chptr = start;
@ -164,7 +164,7 @@ static int readRpmrc(FILE * f, char * fn) {
} }
static void setDefaults(void) { static void setDefaults(void) {
setVar(RPMVAR_ARCHSENSITIVE, NULL); setVar(RPMVAR_ARCHSENSITIVE, "1");
setVar(RPMVAR_TOPDIR, "/usr/src"); setVar(RPMVAR_TOPDIR, "/usr/src");
setVar(RPMVAR_DOCDIR, "/usr/doc"); setVar(RPMVAR_DOCDIR, "/usr/doc");
setVar(RPMVAR_OPTFLAGS, "-O2"); setVar(RPMVAR_OPTFLAGS, "-O2");