Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 330767 | Differences between
and this patch

Collapse All | Expand All

(-)a/Makefile (-1 / +1 lines)
Lines 248-254 seusers := $(appconf)/seusers Link Here
248
appdir := $(contextpath)
248
appdir := $(contextpath)
249
user_default_contexts := $(wildcard config/appconfig-$(TYPE)/*_default_contexts)
249
user_default_contexts := $(wildcard config/appconfig-$(TYPE)/*_default_contexts)
250
user_default_contexts_names := $(addprefix $(contextpath)/users/,$(subst _default_contexts,,$(notdir $(user_default_contexts))))
250
user_default_contexts_names := $(addprefix $(contextpath)/users/,$(subst _default_contexts,,$(notdir $(user_default_contexts))))
251
appfiles := $(addprefix $(appdir)/,default_contexts default_type initrc_context failsafe_context userhelper_context removable_context dbus_contexts sepgsql_contexts x_contexts customizable_types securetty_types) $(contextpath)/files/media $(user_default_contexts_names)
251
appfiles := $(addprefix $(appdir)/,default_contexts default_type initrc_context failsafe_context userhelper_context removable_context dbus_contexts sepgsql_contexts x_contexts customizable_types securetty_types virtual_image_context virtual_domain_context) $(contextpath)/files/media $(user_default_contexts_names)
252
net_contexts := $(builddir)net_contexts
252
net_contexts := $(builddir)net_contexts
253
253
254
all_layers := $(shell find $(wildcard $(moddir)/*) -maxdepth 0 -type d)
254
all_layers := $(shell find $(wildcard $(moddir)/*) -maxdepth 0 -type d)

Return to bug 330767