]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
w_scan: Fix build if vdr is not built.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Sep 2011 22:08:41 +0000 (00:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 15 Sep 2011 22:08:41 +0000 (00:08 +0200)
lfs/w_scan

index 0fc3ccae9e1097685f76661c94695b7c0cc638d6..e58cf50f4ff3cd781c28170982e4a3447b758bba 100644 (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)