arch sensitive always on

CVS patchset: 815
CVS date: 1996/07/14 03:47:46
This commit is contained in:
root 1996-07-14 03:47:46 +00:00
parent af8ec8c659
commit 0fe72e0e37
1 changed files with 1 additions and 2 deletions

View File

@ -543,8 +543,7 @@ int packageBinaries(Spec s, char *passPhrase)
/* Make the output RPM filename */
sprintf(filename, "%s/%s/%s.%s.rpm", getVar(RPMVAR_RPMDIR),
getBooleanVar(RPMVAR_ARCHSENSITIVE) ? getArchName() : "",
name, getArchName());
getArchName(), name, getArchName());
if (generateRPM(name, filename, RPMLEAD_BINARY, outHeader, NULL,
getStringBuf(cpioFileList), passPhrase, prefix)) {