summaryrefslogtreecommitdiffstats
path: root/package/bootstrap/bootstrap.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/bootstrap/bootstrap.mk')
-rw-r--r--package/bootstrap/bootstrap.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bootstrap/bootstrap.mk b/package/bootstrap/bootstrap.mk
index aac457c190..61d6c826fc 100644
--- a/package/bootstrap/bootstrap.mk
+++ b/package/bootstrap/bootstrap.mk
@@ -8,7 +8,7 @@ BOOTSTRAP_VERSION = 4.0.0
BOOTSTRAP_SITE = https://github.com/twbs/bootstrap/releases/download/v$(BOOTSTRAP_VERSION)
BOOTSTRAP_SOURCE = bootstrap-$(BOOTSTRAP_VERSION)-dist.zip
BOOTSTRAP_LICENSE = MIT
-BOOTSTRAP_LICENSE_FILES = bootstrap.css
+BOOTSTRAP_LICENSE_FILES = css/bootstrap.css
define BOOTSTRAP_EXTRACT_CMDS
$(UNZIP) $(DL_DIR)/$(BOOTSTRAP_SOURCE) -d $(@D)
OpenPOWER on IntegriCloud