trunk: simplify appconfig file installation.

This commit is contained in:
Chris PeBenito 2008-01-17 14:10:36 +00:00
parent d4623f3d24
commit b23e1c1c17
1 changed files with 4 additions and 28 deletions

View File

@ -513,38 +513,14 @@ $(contextpath)/files/media: $(appconf)/media
@mkdir -p $(contextpath)/files/
$(verbose) $(INSTALL) -m 644 $< $@
$(appdir)/default_contexts: $(appconf)/default_contexts
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
$(appdir)/removable_context: $(appconf)/removable_context
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
$(appdir)/default_type: $(appconf)/default_type
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
$(appdir)/userhelper_context: $(appconf)/userhelper_context
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
$(appdir)/initrc_context: $(tmpdir)/initrc_context
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
$(appdir)/failsafe_context: $(appconf)/failsafe_context
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
$(appdir)/dbus_contexts: $(appconf)/dbus_contexts
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
$(contextpath)/users/%: $(appconf)/%_default_contexts
@mkdir -p $(appdir)/users
$(verbose) $(INSTALL) -m 644 $^ $@
$(appdir)/%: $(appconf)/%
@mkdir -p $(appdir)
$(verbose) $(INSTALL) -m 644 $< $@
########################################
#
# Install policy headers