From: Michael Tremer Date: Sun, 25 May 2008 17:58:51 +0000 (+0200) Subject: Removed double-creation of some dirs in INSTALLER_DIR. X-Git-Tag: v3.0-alpha1~1003 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5bdea5abc44a9cec698ad8d7dfe4758638bd9641;p=ipfire-3.x.git Removed double-creation of some dirs in INSTALLER_DIR. --- diff --git a/lfs/stage5 b/lfs/stage5 index a68e690d6..385cf43d4 100644 --- a/lfs/stage5 +++ b/lfs/stage5 @@ -63,7 +63,7 @@ $(TARGET) : # -mkdir -p $(INSTALLER_DIR)/{bin,sbin,lib,dev,etc,mnt/{source,target}} -mkdir -p $(INSTALLER_DIR)/{root,proc,tmp,sys,var/run} - -mkdir -p $(INSTALLER_DIR)/usr/{bin,sbin,lib,inlcude} + -mkdir -p $(INSTALLER_DIR)/usr/{bin,sbin} cp -af $(DIR_CONF)/install/* $(INSTALLER_DIR)/etc/ cp -f $(DIR_SOURCE)/initscripts/init.d/functions $(INSTALLER_DIR)/etc/functions