]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/w_scan
flashimages: switch to single ext4 (wo journal)
[people/teissler/ipfire-2.x.git] / lfs / w_scan
index 508562e9a08b9d806e09eef37f5a8479b90c7303..e58cf50f4ff3cd781c28170982e4a3447b758bba 100644 (file)
@@ -79,8 +79,9 @@ $(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)
+       -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/
+       cd $(DIR_APP) && install -m 755 w_scan_start.sh /opt/vdr/bin/w_scan_start
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)