arch sensitive always on
authorroot <devnull@localhost>
Sun, 14 Jul 1996 03:47:46 +0000 (03:47 +0000)
committerroot <devnull@localhost>
Sun, 14 Jul 1996 03:47:46 +0000 (03:47 +0000)
CVS patchset: 815
CVS date: 1996/07/14 03:47:46

build/pack.c

index f2ce381..16bbcdc 100644 (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)) {