]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/mc
HinzugefĆ¼gt:
[ipfire-2.x.git] / lfs / mc
diff --git a/lfs/mc b/lfs/mc
index 95fd809732881a2a91b3f89e5fabaa5395bf926d..35b29e2edd51ba0042de921ed7152b0e9a2db573 100644 (file)
--- a/lfs/mc
+++ b/lfs/mc
@@ -58,9 +58,6 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
-       make-packages.sh mc $(THISAPP)-ipfire-beta-1
-
 ###############################################################################
 # Downloading, checking, md5sum
 ###############################################################################
@@ -81,13 +78,13 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --with-screen=mcslang --without-x --disable-nls # This has to be enabled when samba is in the SVN: --with-samba
+       cd $(DIR_APP) && ./configure --prefix=/usr --with-screen=mcslang --without-x --disable-nls --with-samba
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make install
-       mv /usr/bin/mc /usr/bin/mcc
-       echo -e "#!/bin/bash" > /usr/bin/mc
-       echo -e "# Start MC in color-mode" >> /usr/bin/mc
-       echo -e "/usr/bin/mcc -c" >> /usr/bin/mc
-       chmod 755 /usr/bin/mc
+       mv /usr/bin/mc /usr/bin/mcc
+       echo -e "#!/bin/bash" > /usr/bin/mc
+       echo -e "# Start MC in color-mode" >> /usr/bin/mc
+       echo -e "/usr/bin/mcc -c" >> /usr/bin/mc
+       chmod 755 /usr/bin/mc
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)