From: Eric Andersen Date: Tue, 10 Jun 2003 03:02:26 +0000 (-0000) Subject: Be sure the /etc/default dir exists X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d5cef059af1b20f8c153718d863dc022bc8fbad;p=buildroot.git Be sure the /etc/default dir exists --- diff --git a/make/pcmcia.mk b/make/pcmcia.mk index aff9bf1afe..92819b5c5e 100644 --- a/make/pcmcia.mk +++ b/make/pcmcia.mk @@ -80,6 +80,7 @@ $(TARGET_DIR)/sbin/cardmgr: $(PCMCIA_DIR)/cardmgr/cardmgr rm -f $(TARGET_DIR)/sbin/ftl_format rm -f $(TARGET_DIR)/usr/X11R6/bin/xcardinfo rm -rf $(TARGET_DIR)/etc/sysconfig + mkdir -p $(TARGET_DIR)/etc/default cp -f $(PCMCIA_DIR)/etc/pcmcia $(TARGET_DIR)/etc/default/ cp -f $(PCMCIA_DIR)/etc/rc.pcmcia $(TARGET_DIR)/etc/init.d/S30pcmcia rm -rf $(TARGET_DIR)/etc/pcmcia/cis