CVS patchset: 3521
CVS date: 2000/01/17 14:03:44
This commit is contained in:
jbj 2000-01-17 14:03:44 +00:00
parent 96c29a1ac7
commit ddaf379281
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ static int buildForTarget(const char *arg, struct rpmBuildArguments *ba,
const char * tmpSpecFile;
char * cmd, *s;
int res;
static const char *zcmds[] = { "cat", "gzip", "bunzip2", "cat" };
static const char *zcmds[] = { "cat", "gunzip", "bunzip2", "cat" };
specDir = rpmGetPath("%{_specdir}", NULL);