diff options
-rw-r--r-- | package/orbit/orbit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/orbit/orbit.mk b/package/orbit/orbit.mk index af5f0af94d..ba1142fe35 100644 --- a/package/orbit/orbit.mk +++ b/package/orbit/orbit.mk @@ -7,7 +7,7 @@ ORBIT_VERSION = 2.2.0 ORBIT_SITE = http://github.com/downloads/keplerproject/orbit ORBIT_LICENSE = MIT -ORBIT_LICENSE_FILES = COPYRIGHT +ORBIT_LICENSE_FILES = doc/us/license.md define ORBIT_INSTALL_TARGET_CMDS $(MAKE) -C $(@D) \ |