mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-10 08:22:27 +01:00
Revive the PKG_ADD_BASE stuff a bit.
This commit is contained in:
parent
5264b48a6e
commit
722678f1c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=47039
@ -1,6 +1,6 @@
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$Id: file.c,v 1.34 1998/10/14 18:52:04 jkh Exp $";
|
||||
"$Id: file.c,v 1.35 1998/12/05 06:29:03 asami Exp $";
|
||||
#endif
|
||||
|
||||
/*
|
||||
@ -216,6 +216,7 @@ fileGetURL(char *base, char *spec)
|
||||
/* Otherwise, we've been given an environment variable hinting at the right location from sysinstall */
|
||||
strcpy(fname, hint);
|
||||
strcat(fname, spec);
|
||||
strcat(fname, ".tgz");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user