X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fw_scan;h=0fc3ccae9e1097685f76661c94695b7c0cc638d6;hb=68388766c3ce8644b8983d9c1b6726c9e94fa2a6;hp=508562e9a08b9d806e09eef37f5a8479b90c7303;hpb=75d098ef810d11a1b6f16550847fc468939ab11d;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/w_scan b/lfs/w_scan index 508562e9a0..0fc3ccae9e 100644 --- a/lfs/w_scan +++ b/lfs/w_scan @@ -79,8 +79,8 @@ $(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/ + cd $(DIR_APP) && install -m 755 w_scan_start.sh /opt/vdr/bin/w_scan_start @rm -rf $(DIR_APP) @$(POSTBUILD)