X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fw_scan;h=0fc3ccae9e1097685f76661c94695b7c0cc638d6;hp=508562e9a08b9d806e09eef37f5a8479b90c7303;hb=3a65a332d28616f6f6833d90b1fc936137af30fd;hpb=75d098ef810d11a1b6f16550847fc468939ab11d diff --git a/lfs/w_scan b/lfs/w_scan index 508562e9a..0fc3ccae9 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)