w_scan: Fix build if vdr is not built.

This commit is contained in:
Michael Tremer
2011-09-16 00:08:41 +02:00
parent cc72d5cbcc
commit 1cc92bc1ed

View File

@@ -80,6 +80,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
cd $(DIR_APP) && patch < $(DIR_SRC)/src/patches/w_scan-ipfire.patch
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
-mkdir -pv /opt/vdr/bin
cd $(DIR_APP) && install -m 755 w_scan /opt/vdr/bin/
cd $(DIR_APP) && install -m 755 w_scan_start.sh /opt/vdr/bin/w_scan_start
@rm -rf $(DIR_APP)