From: Michael Tremer Date: Thu, 15 Sep 2011 22:08:41 +0000 (+0200) Subject: w_scan: Fix build if vdr is not built. X-Git-Tag: v2.9-core54~13^2~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1cc92bc1edb436631abbd198cdc3daeecef58452;p=people%2Fms%2Fipfire-2.x.git w_scan: Fix build if vdr is not built. --- diff --git a/lfs/w_scan b/lfs/w_scan index 0fc3ccae9e..e58cf50f4f 100644 --- a/lfs/w_scan +++ b/lfs/w_scan @@ -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)