Kaydet (Commit) 283ad1f8 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Fix typo to make --enable-online-update build again.

üst e2f9ed24
......@@ -17,7 +17,7 @@ $(eval $(call gb_Package_add_file,setup_native/scripts,bin/javaloader.sh,javaloa
$(eval $(call gb_Package_add_file,setup_native/scripts,bin/update,update.sh))
$(eval $(call gb_Package_add_file,setup_native/scripts,bin/downloadscript.sh,downloadscript.sh))
ifeq ($(ENABLE_ONLINUE_UPDATE),TRUE)
ifeq ($(ENABLE_ONLINE_UPDATE),TRUE)
$(eval $(call gb_Package_add_file,setup_native/scripts,bin/unpack_update,unpack_update.sh))
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment