X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fw_scan;h=0fc3ccae9e1097685f76661c94695b7c0cc638d6;hp=7320c18a267ce47b5968c1db370f3ebfc09f7628;hb=5cb1128de2420417f9f699fc8d8ecbf18acaf7bb;hpb=2adf52860caaa469f9591c06314061a8230f521c diff --git a/lfs/w_scan b/lfs/w_scan index 7320c18a26..0fc3ccae9e 100644 --- a/lfs/w_scan +++ b/lfs/w_scan @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @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 + cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) 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)