Explorar el Código

- need to touch the tarball

Bernhard Reutner-Fischer hace 18 años
padre
commit
c306dd8dbf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/libusb/libusb.mk

+ 1 - 0
package/libusb/libusb.mk

@@ -19,6 +19,7 @@ $(LIBUSB_PATCH):
 endif
 $(DL_DIR)/$(LIBUSB_SOURCE): $(LIBUSB_PATCH)
 	$(WGET) -P $(DL_DIR) $(LIBUSB_SITE)/$(LIBUSB_SOURCE)
+	touch -c $@
 
 libusb-source: $(DL_DIR)/$(LIBUSB_SOURCE) $(LIBUSB_PATCH)