MF22: Revert part of -p handling.

This commit is contained in:
Jordan K. Hubbard 1997-11-14 01:56:04 +00:00
parent 1dd902ff4b
commit 2a23bb4e4c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31166

View File

@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
"$Id: perform.c,v 1.38 1997/10/13 15:03:51 jkh Exp $";
"$Id: perform.c,v 1.39 1997/11/13 11:49:23 jkh Exp $";
#endif
/*
@ -96,6 +96,9 @@ pkg_perform(char **pkgs)
/* Slurp in the packing list */
read_plist(&plist, pkg_in);
/* Prefix should add an @cwd to the packing list */
if (Prefix)
add_plist_top(&plist, PLIST_CWD, Prefix);
/*
* Run down the list and see if we've named it, if not stick in a name
* at the top.