summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create/pl.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pkg_install/create/pl.c')
-rw-r--r--usr.sbin/pkg_install/create/pl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c
index 9970249..d8b3d7e 100644
--- a/usr.sbin/pkg_install/create/pl.c
+++ b/usr.sbin/pkg_install/create/pl.c
@@ -41,12 +41,15 @@ check_list(const char *home, Package *pkg)
case PLIST_CWD:
where = p->name;
break;
+
case PLIST_IGNORE:
p = p->next;
break;
+
case PLIST_SRC:
there = p->name;
break;
+
case PLIST_FILE:
cp = NULL;
sprintf(name, "%s/%s", there ? there : where, p->name);
OpenPOWER on IntegriCloud