70
70
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
72
72
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
74
75
cd $(DIR_APP) && ./configure --prefix=/usr --with-socket-dir=/var/run/screen --with-sys-screenrc=/etc/screenrc
75
76
cd $(DIR_APP) && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/*
76
77
cd $(DIR_APP) && make $(MAKETUNING)