Sfoglia il codice sorgente

Fix bug 003934, remove a dir tree instead of the dir node

Ulf Samuelsson 17 anni fa
parent
commit
1dcc9d4d3f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      package/webif/webif.mk

+ 1 - 1
package/webif/webif.mk

@@ -52,7 +52,7 @@ endif
 webif: busybox $(TARGET_DIR)/www/webif.css
 
 webif-clean:
-	rm -f $(TARGET_DIR)/www/cgi-bin/webif* $(TARGET_DIR)/www/webif.*
+	rm -rf $(TARGET_DIR)/www/cgi-bin/webif* $(TARGET_DIR)/www/webif.*
 	rm -rf $(TARGET_DIR)/usr/lib/webif
 	rm -f $(TARGET_DIR)/usr/bin/bstrip $(TARGET_DIR)/usr/bin/webif-page
 	rm -r $(WEBIF_DIR)/bstrip $(WEBIF_DIR)/webif-page