fix PR#599
Submitted-By: jdp
This commit is contained in:
parent
53d543bdd7
commit
ef88bf5901
@ -1,5 +1,5 @@
|
||||
#ifndef lint
|
||||
static const char *rcsid = "$Id: perform.c,v 1.32 1995/11/12 04:55:23 jkh Exp $";
|
||||
static const char *rcsid = "$Id: perform.c,v 1.33 1996/03/12 06:12:37 jkh Exp $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -277,6 +277,9 @@ pkg_do(char *pkg)
|
||||
printf(" - already installed.\n");
|
||||
}
|
||||
|
||||
if (code != 0)
|
||||
goto bomb;
|
||||
|
||||
/* Look for the requirements file */
|
||||
if (fexists(REQUIRE_FNAME)) {
|
||||
vsystem("chmod +x %s", REQUIRE_FNAME); /* be sure */
|
||||
|
Loading…
Reference in New Issue
Block a user