X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fmc;h=35b29e2edd51ba0042de921ed7152b0e9a2db573;hb=f0ca8c34a1148ab1b8c5f31567369e2ba558d6d5;hp=a7e4a12537dfbc79ab33fde4c02957c84842bc14;hpb=5ebf3d3ecf6b9feb73d114345ffcb0988bfe2c41;p=people%2Fmfischer%2Fipfire-2.x.git diff --git a/lfs/mc b/lfs/mc index a7e4a12537..35b29e2edd 100644 --- 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 ############################################################################### @@ -84,10 +81,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) 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)