aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/create/perform.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-11-13 11:49:23 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-11-13 11:49:23 +0000
commitc6a72fc9d7adeb0d88e83cf7aa1ced28b38817ce (patch)
tree872864e6b017df4e09afd9e30ff0f3c187dab411 /usr.sbin/pkg_install/create/perform.c
parent0985a5c8112c18b24fe99ab17a3f8c4ce3c062ae (diff)
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create/perform.c')
-rw-r--r--usr.sbin/pkg_install/create/perform.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 830a2b23402f..59745a4e66f8 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -1,6 +1,6 @@
#ifndef lint
static const char rcsid[] =
- "$Id: perform.c,v 1.37 1997/10/08 07:46:27 charnier Exp $";
+ "$Id: perform.c,v 1.38 1997/10/13 15:03:51 jkh Exp $";
#endif
/*
@@ -96,11 +96,6 @@ pkg_perform(char **pkgs)
/* Slurp in the packing list */
read_plist(&plist, pkg_in);
- /* Prefix should override the packing list */
- if (Prefix) {
- delete_plist(&plist, FALSE, PLIST_CWD, NULL);
- 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.